aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-05-17 11:28:23 -0600
committerMartin Roth <martinroth@google.com>2016-05-19 19:29:59 +0200
commit09210a14870a9d3a2a607fa616b8ebc1d8661f6c (patch)
tree392a89e18f16dd9c3283496c51d18bae17290bfe /src/Kconfig
parent79091db72ba23703feaa997977ddd55233e474e9 (diff)
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. Change-Id: I0b100f5535c5f383e8c6db74d0024c5ff2e8c08d Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14878 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index a11a2da833..f93c2cc23d 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -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