aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dell/s1850/Kconfig
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-10-01 15:59:49 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-10-01 15:59:49 +0000
commite3de8b7cb507bd463d9180ff6b4adb19d01b5761 (patch)
tree5e2b98cc7ded34e2d751e4c8b391272d7bab9ab3 /src/mainboard/dell/s1850/Kconfig
parent8a7ffd8dec6ee4f59e7b3edbee8b29328fb1d74d (diff)
OK, this builds and even looks right. dell needs its own Makefile.inc because
it is a P4 and it needs SSE for romcc not to go into infinite loop. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4701 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell/s1850/Kconfig')
-rw-r--r--src/mainboard/dell/s1850/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/dell/s1850/Kconfig b/src/mainboard/dell/s1850/Kconfig
index 545ec873f3..860915e2b8 100644
--- a/src/mainboard/dell/s1850/Kconfig
+++ b/src/mainboard/dell/s1850/Kconfig
@@ -4,6 +4,7 @@ config BOARD_DELL_S1850
select CPU_INTEL_SOCKET_MPGA604
select NORTHBRIDGE_INTEL_E7520
select SOUTHBRIDGE_INTEL_I82801ER
+ select SOUTHBRIDGE_INTEL_PXHD
select SUPERIO_NSC_PC8374
select PIRQ_TABLE
help