blob: 6890f1a45eade43de7ac9319a3e1132a4420b177 [file] [log] [blame]
Uwe Hermann4e015eb2009-10-20 13:55:35 +00001# FIXME: There is no such board, "J7F24" is probably too generic and/or wrong.
Patrick Georgifdfaada2009-10-07 14:13:36 +00002config BOARD_JETWAY_J7F24
3 bool "J7F24"
4 select ARCH_X86
5 select CPU_VIA_C7
6 select NORTHBRIDGE_VIA_CN700
7 select SOUTHBRIDGE_VIA_VT8237R
8 select SUPERIO_FINTEK_F71805F
9 select HAVE_PIRQ_TABLE
Uwe Hermannd65509d2009-10-16 17:37:20 +000010 select BOARD_ROMSIZE_KB_512
Patrick Georgifdfaada2009-10-07 14:13:36 +000011
12config MAINBOARD_DIR
13 string
14 default jetway/j7f24
15 depends on BOARD_JETWAY_J7F24
16
17#config DCACHE_RAM_BASE
18# hex
19# default 0xffef0000
20# depends on BOARD_JETWAY_J7F24
21#
22#config DCACHE_RAM_SIZE
23# hex
24# default 0x8000
25# depends on BOARD_JETWAY_J7F24
26
27config MAINBOARD_PART_NUMBER
28 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000029 default "J7f24"
Patrick Georgifdfaada2009-10-07 14:13:36 +000030 depends on BOARD_JETWAY_J7F24
31
Patrick Georgifdfaada2009-10-07 14:13:36 +000032config RAMBASE
33 hex
34 default 0x4000
35 depends on BOARD_JETWAY_J7F24
36
37config IRQ_SLOT_COUNT
38 int
39 default 10
40 depends on BOARD_JETWAY_J7F24