mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
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>
This commit is contained in:
parent
c394e8d0ee
commit
89d47b33b5
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
menu "Functionality shared between NXP SoCs"
|
||||||
|
|
||||||
config FSL_TRUST_ARCH_v1
|
config FSL_TRUST_ARCH_v1
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -142,8 +144,6 @@ config KEY_REVOCATION
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
comment "Other functionality shared between NXP SoCs"
|
|
||||||
|
|
||||||
config DEEP_SLEEP
|
config DEEP_SLEEP
|
||||||
bool "Enable SoC deep sleep feature"
|
bool "Enable SoC deep sleep feature"
|
||||||
depends on ARCH_T1024 || ARCH_T1040 || ARCH_T1042 || ARCH_LS1021A
|
depends on ARCH_T1024 || ARCH_T1040 || ARCH_T1042 || ARCH_LS1021A
|
||||||
|
@ -271,3 +271,5 @@ config HAS_FSL_DR_USB
|
||||||
|
|
||||||
config SYS_DPAA_FMAN
|
config SYS_DPAA_FMAN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
Loading…
Add table
Reference in a new issue