UPSTREAM: src/Kconfig: Move acpi Kconfig below chipset Kconfigs
The src/acpi/Kconfig was being sourced close to the top of the Kconfig tree, which doesn't allow it to be overridden by mainboards or chipsets. Moving it lower in the tree allows for the defaults to be overridden. BUG=None BRANCH=None TEST=None Change-Id: I0b100f5535c5f383e8c6db74d0024c5ff2e8c08d Original-Signed-off-by: Martin Roth <martinroth@google.com> Original-Reviewed-on: https://review.coreboot.org/14878 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/346985 Commit-Ready: Martin Roth <martinroth@chromium.org> Tested-by: Martin Roth <martinroth@chromium.org> Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
parent
cee4ff5aa4
commit
59a16a9cea
1 changed files with 2 additions and 2 deletions
|
|
@ -379,8 +379,6 @@ config BOOTSPLASH_FILE
|
|||
|
||||
endmenu
|
||||
|
||||
source "src/acpi/Kconfig"
|
||||
|
||||
menu "Mainboard"
|
||||
|
||||
source "src/mainboard/Kconfig"
|
||||
|
|
@ -455,6 +453,8 @@ source "src/drivers/*/Kconfig"
|
|||
source "src/drivers/*/*/Kconfig"
|
||||
endmenu
|
||||
|
||||
source "src/acpi/Kconfig"
|
||||
|
||||
config RTC
|
||||
bool
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue