summaryrefslogtreecommitdiff
path: root/drivers/sm/Kconfig
blob: 8e500ed2ede503a8918f4045db3b301f6bff149c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config SM
	bool

config MESON_SM
	bool "Amlogic Secure Monitor driver"
	depends on ARCH_MESON
	select SM
	help
	  Say y here to enable the Amlogic secure monitor driver.

config SANDBOX_SM
	bool "Sandbox Secure Monitor driver"
	depends on SANDBOX
	select SM
	help
	  Say y here to enable the Sandbox driver for the secure monitor
	  uclass.