diff options
Diffstat (limited to 'src/northbridge/amd/agesa/family12')
-rwxr-xr-x | src/northbridge/amd/agesa/family12/Kconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/northbridge/amd/agesa/family12/Kconfig b/src/northbridge/amd/agesa/family12/Kconfig index c5387e6d13..d51fbdd691 100755 --- a/src/northbridge/amd/agesa/family12/Kconfig +++ b/src/northbridge/amd/agesa/family12/Kconfig @@ -24,40 +24,35 @@ config NORTHBRIDGE_AMD_AGESA_FAMILY12 select MMCONF_SUPPORT select NORTHBRIDGE_AMD_AGESA_FAMILY12_ROOT_COMPLEX +if NORTHBRIDGE_AMD_AGESA_FAMILY12 + config HT3_SUPPORT bool default y - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config HW_MEM_HOLE_SIZEK hex default 0x100000 - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config HW_MEM_HOLE_SIZE_AUTO_INC bool default n - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config MMCONF_BASE_ADDRESS hex default 0xe0000000 - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config MMCONF_BUS_NUMBER int default 256 - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config DIMM_DDR3 bool default n - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 config DIMM_REGISTERED bool default n - depends on NORTHBRIDGE_AMD_AGESA_FAMILY12 if !DIMM_REGISTERED config DIMM_SUPPORT @@ -73,3 +68,4 @@ if DIMM_DDR3 endif endif +endif # NORTHBRIDGE_AMD_AGESA_FAMILY_12 |