6afbcfe57f
Enable secure module driver as module.
Default remains built-in.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
(cherry picked from commit 4a434abc40)
Change-Id: I9ac8f5816b7daa055c5567844266a52877238735
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
|