kernel/drivers/firmware/meson/Kconfig
.. .. @@ -1,9 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # Amlogic Secure Monitor driver 3 4 # 4 5 config MESON_SM 5 - bool6 - default ARCH_MESON6 + tristate "Amlogic Secure Monitor driver"7 + depends on ARCH_MESON || COMPILE_TEST8 + default y7 9 depends on ARM64_4K_PAGES 8 10 help 9 11 Say y here to enable the Amlogic secure monitor driver