aboutsummaryrefslogtreecommitdiff
path: root/drivers/sm
diff options
context:
space:
mode:
authorMichal Simek2023-10-25 09:25:37 +0200
committerTom Rini2023-10-30 15:32:49 -0400
commit18370f14975ca4abb15cb9700f57d82587e620b4 (patch)
tree4f87ec26a92a88669a1fb30ea637cac3f960c523 /drivers/sm
parent54024c8021ab9ca50927e2c08df1bc95dd63d3f1 (diff)
Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b14b ("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>
Diffstat (limited to 'drivers/sm')
-rw-r--r--drivers/sm/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/sm/Kconfig b/drivers/sm/Kconfig
index f0987275d26..926af286330 100644
--- a/drivers/sm/Kconfig
+++ b/drivers/sm/Kconfig
@@ -4,6 +4,5 @@ config SM
config MESON_SM
bool "Amlogic Secure Monitor driver"
select SM
- default n
help
Say y here to enable the Amlogic secure monitor driver.