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
|