mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
4a434abc40
Enable secure module driver as module. Default remains built-in. Signed-off-by: Kevin Hilman <khilman@baylibre.com>
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Amlogic Secure Monitor driver
|
|
#
|
|
config MESON_SM
|
|
tristate "Amlogic Secure Monitor driver"
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
default y
|
|
depends on ARM64_4K_PAGES
|
|
help
|
|
Say y here to enable the Amlogic secure monitor driver
|