diff options
author | Martin Roth <martinroth@google.com> | 2015-08-21 14:15:42 -0600 |
---|---|---|
committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2015-08-23 17:12:04 +0000 |
commit | bea61efdefbe40e160b7edba2da30474235de46d (patch) | |
tree | 0b0f47acf33a5ab315d977dbbafa0c80995d5ef0 /src/mainboard/supermicro/h8qme_fam10 | |
parent | 967cd9a02741487e26e4301d201f4eb9c34e383c (diff) | |
download | coreboot-bea61efdefbe40e160b7edba2da30474235de46d.tar.xz |
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 <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/11300
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10')
-rw-r--r-- | src/mainboard/supermicro/h8qme_fam10/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/Kconfig b/src/mainboard/supermicro/h8qme_fam10/Kconfig index 27a74bbf51..687b1e5a1b 100644 --- a/src/mainboard/supermicro/h8qme_fam10/Kconfig +++ b/src/mainboard/supermicro/h8qme_fam10/Kconfig @@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_1024 select ENABLE_APIC_EXT_ID - select QRANK_DIMM_SUPPORT config MAINBOARD_DIR string |