summaryrefslogtreecommitdiff
path: root/src/northbridge/amd
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r--src/northbridge/amd/agesa_wrapper/family14/Kconfig9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/northbridge/amd/agesa_wrapper/family14/Kconfig b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
index 70041d6262..ed4c5c7019 100644
--- a/src/northbridge/amd/agesa_wrapper/family14/Kconfig
+++ b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
@@ -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