diff options
author | Martin Roth <martinroth@google.com> | 2015-08-25 17:00:04 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-08-26 15:09:15 +0000 |
commit | 870d3de270e40e2758a7fcb504bbe7b0cc59b5b3 (patch) | |
tree | 54e4b65152b51f52872b965cba097af2dbcbe731 /src/mainboard/hp | |
parent | c0c115b6579de2f3ffbdd94b286d5059b1dfe132 (diff) |
hp/dl165_g6_fam10/Kconfig: remove unused QRANK_DIMM_SUPPORT
AMD family 10 boards don't use QRANK_DIMM_SUPPORT.
Change-Id: Id7e1fba86e2ea1d4d5f5c2e123bd36ad802fd15e
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/11344
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/dl165_g6_fam10/Kconfig b/src/mainboard/hp/dl165_g6_fam10/Kconfig index ca36aafb36..703200d00f 100644 --- a/src/mainboard/hp/dl165_g6_fam10/Kconfig +++ b/src/mainboard/hp/dl165_g6_fam10/Kconfig @@ -17,7 +17,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 select MMCONF_SUPPORT_DEFAULT config MAINBOARD_DIR |