diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/amd/agesa/family12/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family14/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15rl/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family15tn/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/agesa/family16kb/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/pi/00630F01/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/amd/pi/00730F01/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/Kconfig | 2 | ||||
-rw-r--r-- | src/northbridge/amd/agesa/family12/Kconfig | 22 |
9 files changed, 0 insertions, 59 deletions
diff --git a/src/cpu/amd/agesa/family12/Kconfig b/src/cpu/amd/agesa/family12/Kconfig index 020055e18f..7b69ad10b2 100644 --- a/src/cpu/amd/agesa/family12/Kconfig +++ b/src/cpu/amd/agesa/family12/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/agesa/family14/Kconfig b/src/cpu/amd/agesa/family14/Kconfig index 898393ee95..d0aeeeba03 100644 --- a/src/cpu/amd/agesa/family14/Kconfig +++ b/src/cpu/amd/agesa/family14/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/agesa/family15rl/Kconfig b/src/cpu/amd/agesa/family15rl/Kconfig index d2410e6ae3..f75c9835ad 100644 --- a/src/cpu/amd/agesa/family15rl/Kconfig +++ b/src/cpu/amd/agesa/family15rl/Kconfig @@ -33,11 +33,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/agesa/family15tn/Kconfig b/src/cpu/amd/agesa/family15tn/Kconfig index 0cb9a24716..e1dfb86921 100644 --- a/src/cpu/amd/agesa/family15tn/Kconfig +++ b/src/cpu/amd/agesa/family15tn/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/agesa/family16kb/Kconfig b/src/cpu/amd/agesa/family16kb/Kconfig index 7acdea3c54..a7cc2d6a60 100644 --- a/src/cpu/amd/agesa/family16kb/Kconfig +++ b/src/cpu/amd/agesa/family16kb/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig index 4cb46f2e8c..994f711419 100644 --- a/src/cpu/amd/pi/00630F01/Kconfig +++ b/src/cpu/amd/pi/00630F01/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig index f293654d7e..13674877b8 100644 --- a/src/cpu/amd/pi/00730F01/Kconfig +++ b/src/cpu/amd/pi/00730F01/Kconfig @@ -32,11 +32,6 @@ config CPU_SOCKET_TYPE hex default 0x10 -# DDR2 and REG -config DIMM_SUPPORT - hex - default 0x0104 - config EXT_RT_TBL_SUPPORT bool default n diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig index 1123fe571a..de781d86b0 100644 --- a/src/mainboard/amd/torpedo/Kconfig +++ b/src/mainboard/amd/torpedo/Kconfig @@ -21,8 +21,6 @@ if BOARD_AMD_TORPEDO config BOARD_SPECIFIC_OPTIONS # dummy def_bool y - select DIMM_DDR3 - select DIMM_UNREGISTERED select CPU_AMD_AGESA_FAMILY12 select NORTHBRIDGE_AMD_AGESA_FAMILY12 select SOUTHBRIDGE_AMD_CIMX_SB900 diff --git a/src/northbridge/amd/agesa/family12/Kconfig b/src/northbridge/amd/agesa/family12/Kconfig index b3fec12c50..b4702dd305 100644 --- a/src/northbridge/amd/agesa/family12/Kconfig +++ b/src/northbridge/amd/agesa/family12/Kconfig @@ -42,26 +42,4 @@ config MMCONF_BUS_NUMBER int default 256 -config DIMM_DDR3 - bool - default n - -config DIMM_REGISTERED - bool - default n - -if !DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0004 -endif - -if DIMM_DDR3 - if DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0005 - endif -endif - endif # NORTHBRIDGE_AMD_AGESA_FAMILY_12 |