aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorIsaac Christensen <isaac.christensen@se-eng.com>2014-10-01 13:37:36 -0600
committerMarc Jones <marc.jones@se-eng.com>2014-10-22 03:57:51 +0200
commitd2044ccdc09799a5019bb6dfb42f38658b075be6 (patch)
treeacd0166113a5d633a4679b89d2c264cb30474bd8 /src/Kconfig
parent64982c5002994270e1fc010cc8d2119c20f62184 (diff)
reg_script: default to n for ARCH_X86
The reg_script functionality is only used by specific chipsets so have it selected instead of defaulting to y for ARCH_X86. Change-Id: I8fb9466e148eed7896ca8ed80755c77ba1190583 Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com> Reviewed-on: http://review.coreboot.org/7006 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 785a3ee94a..525513030a 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1161,7 +1161,6 @@ config POWER_BUTTON_IS_OPTIONAL
config REG_SCRIPT
bool
- default y if ARCH_X86
default n
help
Internal option that controls whether we compile in register scripts.