blob: e43caa0445791debf367798e137d907ce379e56b [file] [log] [blame]
Patrick Georgi91ff0df2009-10-09 12:32:52 +00001config BOARD_OLPC_REV_A
Uwe Hermann4e015eb2009-10-20 13:55:35 +00002 bool "rev_a"
Patrick Georgi91ff0df2009-10-09 12:32:52 +00003 select ARCH_X86
4 select CPU_AMD_GX2
5 select NORTHBRIDGE_AMD_GX2
6 select SOUTHBRIDGE_AMD_CS5536
7 select UDELAY_TSC
Patrick Georgi91ff0df2009-10-09 12:32:52 +00008 select HAVE_PIRQ_TABLE
Uwe Hermannd65509d2009-10-16 17:37:20 +00009 select BOARD_ROMSIZE_KB_256
Patrick Georgi91ff0df2009-10-09 12:32:52 +000010
11config MAINBOARD_DIR
12 string
13 default olpc/rev_a
14 depends on BOARD_OLPC_REV_A
15
16config MAINBOARD_PART_NUMBER
17 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000018 default "rev_a"
Patrick Georgi91ff0df2009-10-09 12:32:52 +000019 depends on BOARD_OLPC_REV_A
20
21config HAVE_OPTION_TABLE
22 bool
23 default n
24 depends on BOARD_OLPC_REV_A
25
26config IRQ_SLOT_COUNT
27 int
28 default 2
29 depends on BOARD_OLPC_REV_A
30
31config USE_INIT
32 bool
33 default n
34 depends on BOARD_OLPC_REV_A