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:
parent
64982c5002
commit
d2044ccdc0
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue