Restructured all vendors' Kconfig files to no longer source the boards'
[coreboot.git] / src / mainboard / lippert / roadrunner-lx / Kconfig
1 if BOARD_LIPPERT_ROADRUNNER_LX
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_LX
7         select NORTHBRIDGE_AMD_LX
8         select SOUTHBRIDGE_AMD_CS5536
9         select SUPERIO_ITE_IT8712F
10         select HAVE_PIRQ_TABLE
11         select PIRQ_ROUTE
12         select UDELAY_TSC
13         select USE_DCACHE_RAM
14         select BOARD_ROMSIZE_KB_512
15
16 config MAINBOARD_DIR
17         string
18         default lippert/roadrunner-lx
19
20 config MAINBOARD_PART_NUMBER
21         string
22         default "Cool RoadRunner-LX"
23
24 config IRQ_SLOT_COUNT
25         int
26         default 7
27
28 config RAMBASE
29         hex
30         default 0x4000
31
32 endif # BOARD_LIPPERT_ROADRUNNER_LX