mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02:00
Similar change was done by commit b4c2c151b1
("Kconfig: Remove all
default n/no options") and again sync is required.
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
config SM
|
|
bool "Enable Secure Monitor driver support"
|
|
|
|
config MESON_SM
|
|
bool "Amlogic Secure Monitor driver"
|
|
select SM
|
|
help
|
|
Say y here to enable the Amlogic secure monitor driver.
|