Skip to content

Commit

Permalink
Kconfig: move NXP specific stuff into a sub-menu
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
xypron authored and trini committed Jan 11, 2023
1 parent c394e8d commit 89d47b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/Kconfig.nxp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
menu "Functionality shared between NXP SoCs"

config FSL_TRUST_ARCH_v1
bool

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -271,3 +271,5 @@ config HAS_FSL_DR_USB

config SYS_DPAA_FMAN
bool

endmenu

0 comments on commit 89d47b3

Please sign in to comment.