aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/j7f2/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-18 23:29:55 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-19 00:18:05 +0100
commit2cb9685860d634c66988c4d45b7a696e6e2b42a8 (patch)
tree893385ca58d69bd2fb53f77471c5e8e031ae0ac8 /src/mainboard/jetway/j7f2/Kconfig
parentfb0710889491fc814d4d2b3a5ef0413fbc5f960d (diff)
jetway/j7f24: Rename to jetway/j7f2.
Original actually meant j7f[24] which without square brackets became confusing. There is no such board as j7f24. This is a prerequisite to adding j7f4* as cloned boards Change-Id: Ia7708b13ac4141ef788183c7817fce1366919936 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4728 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/jetway/j7f2/Kconfig')
-rw-r--r--src/mainboard/jetway/j7f2/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mainboard/jetway/j7f2/Kconfig b/src/mainboard/jetway/j7f2/Kconfig
new file mode 100644
index 0000000000..2b024cc5df
--- /dev/null
+++ b/src/mainboard/jetway/j7f2/Kconfig
@@ -0,0 +1,26 @@
+if BOARD_JETWAY_J7F2
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select ARCH_X86
+ select CPU_VIA_C7
+ select NORTHBRIDGE_VIA_CN700
+ select SOUTHBRIDGE_VIA_VT8237R
+ select SUPERIO_FINTEK_F71805F
+ select HAVE_OPTION_TABLE
+ select HAVE_PIRQ_TABLE
+ select BOARD_ROMSIZE_KB_512
+
+config MAINBOARD_DIR
+ string
+ default jetway/j7f2
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "J7f2"
+
+config IRQ_SLOT_COUNT
+ int
+ default 10
+
+endif # BOARD_JETWAY_J7F2