From: Heinrich Schuchardt Date: Fri, 30 Dec 2022 23:08:47 +0000 (+0100) Subject: Kconfig: move NXP specific stuff into a sub-menu X-Git-Tag: v2023.07~203^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89d47b33b54715a220cdf64b3faf3a56dc6c7af7;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index ad61dab..f492b04 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