Kconfig: Move vendorcode menu up from the bottom to above Chipset menu
Change-Id: Ic97a497a634533f44d94df297ca6e35d94c34565 Signed-off-by: Peter Stuge <peter@stuge.se> Reviewed-on: http://review.coreboot.org/5160 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
parent
7c9bb41817
commit
4d77ed9d99
|
@ -249,6 +249,8 @@ config HAVE_ARCH_MEMMOVE
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
source src/vendorcode/Kconfig
|
||||||
|
|
||||||
menu "Chipset"
|
menu "Chipset"
|
||||||
|
|
||||||
comment "CPU"
|
comment "CPU"
|
||||||
|
@ -1108,5 +1110,3 @@ config POWER_BUTTON_IS_OPTIONAL
|
||||||
default n if !(POWER_BUTTON_DEFAULT_ENABLE || POWER_BUTTON_DEFAULT_DISABLE)
|
default n if !(POWER_BUTTON_DEFAULT_ENABLE || POWER_BUTTON_DEFAULT_DISABLE)
|
||||||
help
|
help
|
||||||
Internal option that controls ENABLE_POWER_BUTTON visibility.
|
Internal option that controls ENABLE_POWER_BUTTON visibility.
|
||||||
|
|
||||||
source src/vendorcode/Kconfig
|
|
||||||
|
|
Loading…
Reference in New Issue