oops. this is weird. CAR addresses should be specified in the socket and not in
[coreboot.git] / src / mainboard / iwave / iWRainbowG6 / Kconfig
1 if BOARD_IWAVE_RAINBOW_G6
2
3 # TODO: move options to chipset components as appropriate
4 config BOARD_SPECIFIC_OPTIONS # dummy
5         def_bool y
6         select ARCH_X86
7         select CPU_INTEL_SOCKET_441
8         select NORTHBRIDGE_INTEL_SCH
9         select SOUTHBRIDGE_INTEL_SCH
10         select BOARD_HAS_FADT
11         select HAVE_PIRQ_TABLE
12 #       select HAVE_MP_TABLE
13         select MMCONF_SUPPORT
14         select USE_PRINTK_IN_CAR
15         select AP_IN_SIPI_WAIT
16         select UDELAY_LAPIC
17         select HAVE_ACPI_TABLES
18         select HAVE_SMI_HANDLER
19         select BOARD_ROMSIZE_KB_1024
20         select USE_DCACHE_RAM
21         select GFXUMA
22         select HAVE_HARD_RESET
23
24 config MAINBOARD_DIR
25         string
26         default iwave/iWRainbowG6
27
28 config MAINBOARD_PART_NUMBER
29         string
30         default "iWRainbowG6"
31
32 config MMCONF_BASE_ADDRESS
33         hex
34         default 0xf0000000
35
36 config IRQ_SLOT_COUNT
37         int
38         default 10
39
40 # WTF, is this 19200?
41 config TTYS0_DIV
42         int
43         default 6
44
45 endif