summaryrefslogtreecommitdiff
path: root/src/mainboard/sapphire/pureplatinumh61/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-04-18 21:47:08 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-05-11 16:47:20 +0200
commit5f9fe7232a24e4abf88b6b642f4df462142cfd85 (patch)
tree5fc3fa5db22fd2b2ad39c80dfd734cd98498388e /src/mainboard/sapphire/pureplatinumh61/Kconfig
parent3c4ddab1d459803ed5ffc51ef01de0683c67d09f (diff)
downloadcoreboot-5f9fe7232a24e4abf88b6b642f4df462142cfd85.tar.xz
mb/sapphire/pureplatinumh61: Sanitize Kconfig
Remove overrides that set platform defaults or insane values. Change-Id: I11d1c7155bf1c7f9298f60638a6c2f3b128f3fe8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19354 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicola Corna <nicola@corna.info>
Diffstat (limited to 'src/mainboard/sapphire/pureplatinumh61/Kconfig')
-rw-r--r--src/mainboard/sapphire/pureplatinumh61/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/sapphire/pureplatinumh61/Kconfig b/src/mainboard/sapphire/pureplatinumh61/Kconfig
index 937e7e4e55..f9458a62a3 100644
--- a/src/mainboard/sapphire/pureplatinumh61/Kconfig
+++ b/src/mainboard/sapphire/pureplatinumh61/Kconfig
@@ -23,10 +23,6 @@ config HAVE_IFD_BIN
bool
default n
-config HAVE_ME_BIN
- bool
- default n
-
config MAINBOARD_DIR
string
default sapphire/pureplatinumh61
@@ -51,10 +47,6 @@ config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
default 0x174b
-config MMCONF_BASE_ADDRESS
- hex
- default 0xf0000000
-
config DRAM_RESET_GATE_GPIO
int
default 60
@@ -63,7 +55,4 @@ config MAX_CPUS
int
default 8
-config USBDEBUG_HCD_INDEX #USB port on the back under the Bluetooth module
- int
- default 4
endif