mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
2c4ddb2155
Introduce a driver to provide calls into secure monitor mode. In the Amlogic SoCs these calls are used for multiple reasons: access to NVMEM, set USB boot, enable JTAG, etc... Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Carlo Caione <carlo@endlessm.com> [khilman: add in SZ_4K cleanup] Signed-off-by: Kevin Hilman <khilman@baylibre.com>
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
#
|
|
# Amlogic Secure Monitor driver
|
|
#
|
|
config MESON_SM
|
|
bool
|
|
default ARCH_MESON
|
|
depends on ARM64_4K_PAGES
|
|
help
|
|
Say y here to enable the Amlogic secure monitor driver
|