summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dhe_g2/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 14:10:28 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 14:10:28 +0000
commit00f0267f7805f6d27d78c1ed586ac0f13c90637b (patch)
tree1f7501094bfe358b0e0d09159e3402c3504bf4f8 /src/mainboard/supermicro/x6dhe_g2/Kconfig
parent91ff0df62777a9ec4a399ef899803c05e7caad60 (diff)
downloadcoreboot-00f0267f7805f6d27d78c1ed586ac0f13c90637b.tar.xz
Remaining boards are Kconfig'd now. Whether they work
or not still depends on how close the configuration options are to what they should be. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4751 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/x6dhe_g2/Kconfig')
-rw-r--r--src/mainboard/supermicro/x6dhe_g2/Kconfig59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/x6dhe_g2/Kconfig b/src/mainboard/supermicro/x6dhe_g2/Kconfig
new file mode 100644
index 0000000000..d0eb1ed260
--- /dev/null
+++ b/src/mainboard/supermicro/x6dhe_g2/Kconfig
@@ -0,0 +1,59 @@
+config BOARD_SUPERMICRO_X6DHE_G2
+ bool "X6DAI-G"
+ select ARCH_X86
+ select CPU_INTEL_SOCKET_MPGA604
+ select NORTHBRIDGE_INTEL_E7520
+ select SOUTHBRIDGE_INTEL_I82801ER
+ select SOUTHBRIDGE_INTEL_PXHD
+ select SUPERIO_NSC_PC87427
+ select PIRQ_TABLE
+
+config MAINBOARD_DIR
+ string
+ default supermicro/x6dhe_g2
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config LB_CKS_RANGE_END
+ int
+ default 122
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config LB_CKS_LOC
+ int
+ default 123
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "X6DHE_G2"
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
+ hex
+ default 0x15d9
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
+ hex
+ default 0x6780
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config MAX_CPUS
+ int
+ default 4
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config USE_INIT
+ bool
+ default n
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config IRQ_SLOT_COUNT
+ int
+ default 15
+ depends on BOARD_SUPERMICRO_X6DHE_G2
+
+config DRIVERS_GENERIC_DEBUG
+ bool
+ default y
+ depends on BOARD_SUPERMICRO_X6DHE_G2