summaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms9652_fam10/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2010-11-21 14:38:24 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-11-21 14:38:24 +0000
commitd8a789f6dfa6a8215ee3f737111e19c265af8f92 (patch)
treebfa6d1279a90bae69f39ac64cc24d75a446613cd /src/mainboard/msi/ms9652_fam10/Kconfig
parent6dc92f0d1a4b6a79c2db800c5bd071daa75a9a23 (diff)
downloadcoreboot-d8a789f6dfa6a8215ee3f737111e19c265af8f92.tar.xz
Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs were
not brought over to Kconfig (this applies to all #defines to 4, as that's the default anyway) Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6104 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms9652_fam10/Kconfig')
-rw-r--r--src/mainboard/msi/ms9652_fam10/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms9652_fam10/Kconfig b/src/mainboard/msi/ms9652_fam10/Kconfig
index 32d66edf2f..9df6a1413e 100644
--- a/src/mainboard/msi/ms9652_fam10/Kconfig
+++ b/src/mainboard/msi/ms9652_fam10/Kconfig
@@ -192,4 +192,8 @@ config HT3_SUPPORT
bool
default y
+config MCP55_PCI_E_X_0
+ int
+ default 1
+
endif # BOARD_MSI_MS9652_FAM10