[PATCH 1/1] Kconfig: move NXP specific stuff into a sub-menu
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sat Dec 31 00:08:47 CET 2022
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 at canonical.com>
---
arch/Kconfig.nxp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp
index 8c5a6f63a9..e0c89799cd 100644
--- a/arch/Kconfig.nxp
+++ b/arch/Kconfig.nxp
@@ -1,3 +1,5 @@
+menu "Functionality shared between NXP SoCs"
+
config NXP_ESBC
bool "NXP ESBC (secure boot) functionality"
help
@@ -125,8 +127,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
@@ -251,3 +251,5 @@ config QIXIS_I2C_ACCESS
config HAS_FSL_DR_USB
def_bool y
depends on USB_EHCI_HCD && PPC
+
+endmenu
--
2.37.2
More information about the U-Boot
mailing list