aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd
diff options
context:
space:
mode:
authorScott Duplichan <scott@notabs.org>2011-05-15 22:09:09 +0000
committerMarc Jones <marc.jones@amd.com>2011-05-15 22:09:09 +0000
commit5d878ad3123b82630cc4992f4fae448d0403be24 (patch)
tree424245c71224715015787137b01b01585d993e10 /src/northbridge/amd
parenta64ab46b629737658a461914d0d63ae713c0e760 (diff)
1) Remove unused kconfig options.
2) Correct UMA graphics PCI device ID. Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r--src/northbridge/amd/agesa_wrapper/family14/Kconfig32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/northbridge/amd/agesa_wrapper/family14/Kconfig b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
index fe36b89edd..70041d6262 100644
--- a/src/northbridge/amd/agesa_wrapper/family14/Kconfig
+++ b/src/northbridge/amd/agesa_wrapper/family14/Kconfig
@@ -18,17 +18,9 @@
##
config NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
bool
- select HAVE_DEBUG_RAM_SETUP
- select HAVE_DEBUG_SMBUS
- select HYPERTRANSPORT_PLUGIN_SUPPORT
select MMCONF_SUPPORT
select NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14_ROOT_COMPLEX
-config HT3_SUPPORT
- bool
- default y
- depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
-
config HW_MEM_HOLE_SIZEK
hex
default 0x100000
@@ -49,30 +41,6 @@ config MMCONF_BUS_NUMBER
default 16
depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
-config DIMM_DDR3
- bool
- default n
- depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
-
-config DIMM_REGISTERED
- bool
- default n
- depends on NORTHBRIDGE_AMD_AGESA_WRAPPER_FAMILY14
-
-if !DIMM_REGISTERED
- config DIMM_SUPPORT
- hex
- default 0x0004
-endif
-
-if DIMM_DDR3
- if DIMM_REGISTERED
- config DIMM_SUPPORT
- hex
- default 0x0005
- endif
-endif
-
config BOOTBLOCK_NORTHBRIDGE_INIT
string
default "northbridge/amd/agesa_wrapper/family14/bootblock.c"