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>
This commit is contained in:
Isaac Christensen 2014-10-01 13:37:36 -06:00 committed by Marc Jones
parent 64982c5002
commit d2044ccdc0
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -27,6 +27,7 @@ config CPU_SPECIFIC_OPTIONS
select PARALLEL_MP
select PCIEXP_ASPM
select PCIEXP_COMMON_CLOCK
select REG_SCRIPT
select SMM_MODULES
select SMM_TSEG
select SMP