Files
system76-coreboot/src/mainboard/jetway/j7f24/Kconfig
Stefan Reinauer 314e551447 This patch changes C7 CAR code to be a single assembler file instead
of the ugly mixture it was before. It also enables CAR for all C7 boards

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-04-09 20:36:29 +00:00

31 lines
609 B
Plaintext

# FIXME: There is no such board, "J7F24" is probably too generic and/or wrong.
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
select BOARD_ROMSIZE_KB_512
config MAINBOARD_DIR
string
default jetway/j7f24
depends on BOARD_JETWAY_J7F24
config MAINBOARD_PART_NUMBER
string
default "J7f24"
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