aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/j7f24/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-07 14:13:36 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-07 14:13:36 +0000
commitfdfaada706037287c74e2541a6151f16d93b9be1 (patch)
tree7d53238e40f3d15c204b8007a6afc56299b34139 /src/mainboard/jetway/j7f24/Kconfig
parent99950c2192c93cdb19a5c49be09f8cba63ccf383 (diff)
More boards in kconfig, and moved -O2 flag for romcc into
ROMCCFLAGS, so boards can override it where necessary. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4730 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/jetway/j7f24/Kconfig')
-rw-r--r--src/mainboard/jetway/j7f24/Kconfig43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/mainboard/jetway/j7f24/Kconfig b/src/mainboard/jetway/j7f24/Kconfig
new file mode 100644
index 0000000000..8492bc2cd9
--- /dev/null
+++ b/src/mainboard/jetway/j7f24/Kconfig
@@ -0,0 +1,43 @@
+config BOARD_JETWAY_J7F24
+ bool "J7F24"
+ select ARCH_X86
+ select CPU_VIA_C7
+ select NORTHBRIDGE_VIA_CN700
+ select SOUTHBRIDGE_VIA_VT8237R
+ select SUPERIO_FINTEK_F71805F
+ select HAVE_PIRQ_TABLE
+
+config MAINBOARD_DIR
+ string
+ default jetway/j7f24
+ depends on BOARD_JETWAY_J7F24
+
+#config DCACHE_RAM_BASE
+# hex
+# default 0xffef0000
+# depends on BOARD_JETWAY_J7F24
+#
+#config DCACHE_RAM_SIZE
+# hex
+# default 0x8000
+# depends on BOARD_JETWAY_J7F24
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "j7f24"
+ depends on BOARD_JETWAY_J7F24
+
+config VIDEO_MB
+ int
+ default 32
+ depends on BOARD_JETWAY_J7F24
+
+config RAMBASE
+ hex
+ default 0x4000
+ depends on BOARD_JETWAY_J7F24
+
+config IRQ_SLOT_COUNT
+ int
+ default 10
+ depends on BOARD_JETWAY_J7F24