summaryrefslogtreecommitdiff
path: root/arch/Kconfig.nxp
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-31 02:08:47 +0300
committerTom Rini <trini@konsulko.com>2023-01-11 23:02:24 +0300
commit89d47b33b54715a220cdf64b3faf3a56dc6c7af7 (patch)
tree90b1e20324fcd4fb7d3996fd1ba51f02e8cff663 /arch/Kconfig.nxp
parentc394e8d0ee6f2ec9e74be0caee73e89100f3dcba (diff)
downloadu-boot-89d47b33b54715a220cdf64b3faf3a56dc6c7af7.tar.xz
Kconfig: move NXP specific stuff into a sub-menu
Having NXP specific items in the main menu is confusing. Especially the comment line *** Other functionality shared between NXP SoCs *** is simply misleading. Move all NXP stuff into a separate sub-menu. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'arch/Kconfig.nxp')
-rw-r--r--arch/Kconfig.nxp6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp
index ad61dabb31..f492b04e95 100644
--- a/arch/Kconfig.nxp
+++ b/arch/Kconfig.nxp
@@ -1,3 +1,5 @@
+menu "Functionality shared between NXP SoCs"
+
config FSL_TRUST_ARCH_v1
bool
@@ -142,8 +144,6 @@ config KEY_REVOCATION
endmenu
-comment "Other functionality shared between NXP SoCs"
-
config DEEP_SLEEP
bool "Enable SoC deep sleep feature"
depends on ARCH_T1024 || ARCH_T1040 || ARCH_T1042 || ARCH_LS1021A
@@ -271,3 +271,5 @@ config HAS_FSL_DR_USB
config SYS_DPAA_FMAN
bool
+
+endmenu