agesa_wrapper: Avoid repetitive Kconfig depends, trivial
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6595 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
8c46263721
commit
16c8e37a2d
|
@ -21,27 +21,26 @@ config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
|||
select MMCONF_SUPPORT
|
||||
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
|
||||
|
||||
if NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
config HW_MEM_HOLE_SIZEK
|
||||
hex
|
||||
default 0x100000
|
||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
config HW_MEM_HOLE_SIZE_AUTO_INC
|
||||
bool
|
||||
default n
|
||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
config MMCONF_BASE_ADDRESS
|
||||
hex
|
||||
default 0xf8000000
|
||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
config MMCONF_BUS_NUMBER
|
||||
int
|
||||
default 16
|
||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||
string
|
||||
default "northbridge/amd/agesa_wrapper/family14/bootblock.c"
|
||||
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue