We call this cache as ram everywhere, so let's call it the same in Kconfig
[coreboot.git] / src / mainboard / olpc / rev_a / Kconfig
1 if BOARD_OLPC_REV_A
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_GX2
7         select NORTHBRIDGE_AMD_GX2
8         select SOUTHBRIDGE_AMD_CS5536
9         select UDELAY_TSC
10         select CACHE_AS_RAM
11         select HAVE_PIRQ_TABLE
12         select BOARD_ROMSIZE_KB_256
13
14 config MAINBOARD_DIR
15         string
16         default olpc/rev_a
17
18 config MAINBOARD_PART_NUMBER
19         string
20         default "rev_a"
21
22 config IRQ_SLOT_COUNT
23         int
24         default 2
25
26 endif # BOARD_OLPC_REV_A