From bea61efdefbe40e160b7edba2da30474235de46d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 21 Aug 2015 14:15:42 -0600 Subject: AMD Kconfig: Remove QRANK_DIMM_SUPPORT from unsupported platforms The AMD K8 northbridge uses the Kconfig symbol QRANK_DIMM_SUPPORT, but the symbol was used on a number of Family 10 boards as well. AMD Family 10 doesn't use this Kconfig symbol for anything. I verified that the symbol wasn't used actually getting used in any of these platforms. Fixes Kconfig warnings for these 19 mainboards: warning: (BOARD_SPECIFIC_OPTIONS...) selects QRANK_DIMM_SUPPORT which has unmet direct dependencies (NORTHBRIDGE_AMD_AMDK8) Change-Id: I454992a4975566fd6439a21f5a800d0cfa1b4d3b Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/11300 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan A. Kollasch --- src/mainboard/amd/bimini_fam10/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/amd/bimini_fam10/Kconfig') diff --git a/src/mainboard/amd/bimini_fam10/Kconfig b/src/mainboard/amd/bimini_fam10/Kconfig index 261c60a575..f30c972c7a 100644 --- a/src/mainboard/amd/bimini_fam10/Kconfig +++ b/src/mainboard/amd/bimini_fam10/Kconfig @@ -5,9 +5,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select CPU_AMD_SOCKET_ASB2 select DIMM_DDR3 select DIMM_REGISTERED - # TODO: Enable QRANK_DIMM_SUPPORT? Was commented in the Kconfig file, - # but enabled in the romstage.c file. - select QRANK_DIMM_SUPPORT select NORTHBRIDGE_AMD_AMDFAM10 select SOUTHBRIDGE_AMD_RS780 select SOUTHBRIDGE_AMD_SB800 -- cgit v1.2.3