mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
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
|