From 09210a14870a9d3a2a607fa616b8ebc1d8661f6c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 17 May 2016 11:28:23 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/14878 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Alexander Couzens Reviewed-by: Paul Menzel --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3