From 134da98a51f027b69555c72e5f95bb2a971cf65c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 12 Nov 2018 16:44:56 +0100 Subject: amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols Change-Id: I7019d70b7e6f8ae041a12d6bab83127e9e70868c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29597 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/northbridge/amd/amdfam10/Kconfig | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig index b8825109ea..64358875f1 100644 --- a/src/northbridge/amd/amdfam10/Kconfig +++ b/src/northbridge/amd/amdfam10/Kconfig @@ -59,10 +59,6 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY config HT_CHAIN_DISTRIBUTE def_bool n -config DIMM_FBDIMM - bool - default n - config DIMM_DDR2 bool default n @@ -79,12 +75,6 @@ config DIMM_VOLTAGE_SET_SUPPORT bool default n -if DIMM_FBDIMM - config DIMM_SUPPORT - hex - default 0x0110 -endif - config S3_DATA_SIZE int default 32768 @@ -95,28 +85,6 @@ config S3_DATA_POS default 0x0 depends on (HAVE_ACPI_RESUME) -if DIMM_DDR2 - if DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0104 - endif - - if !DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0004 - endif -endif - -if DIMM_DDR3 - if DIMM_REGISTERED - config DIMM_SUPPORT - hex - default 0x0005 - endif -endif - config SVI_HIGH_FREQ bool default n -- cgit v1.2.3