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.
