2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-08-27 15:43:43 +02:00
|
|
|
#
|
|
|
|
|
# Amlogic Secure Monitor driver
|
|
|
|
|
#
|
|
|
|
|
config MESON_SM
|
2020-09-21 15:11:19 -07:00
|
|
|
tristate "Amlogic Secure Monitor driver"
|
|
|
|
|
depends on ARCH_MESON || COMPILE_TEST
|
|
|
|
|
default y
|
2016-08-27 15:43:43 +02:00
|
|
|
depends on ARM64_4K_PAGES
|
|
|
|
|
help
|
|
|
|
|
Say y here to enable the Amlogic secure monitor driver
|