Set up an arbitrary amount of system memory on Geode LX, so
[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 CACHE_AS_RAM
14         # Standard chip is a 512 KB FWH. Replacing it with a 1 MB
15         # SST 49LF008A is possible.
16         select BOARD_ROMSIZE_KB_512
17
18 config MAINBOARD_DIR
19         string
20         default lippert/roadrunner-lx
21
22 config MAINBOARD_PART_NUMBER
23         string
24         default "Cool RoadRunner-LX"
25
26 config IRQ_SLOT_COUNT
27         int
28         default 7
29
30 config ONBOARD_UARTS_RS485
31         bool "Switch on-board serial ports to RS485"
32         default n
33         help
34           If selected, both on-board serial ports will operate in RS485 mode
35           instead of RS232.
36
37 endif # BOARD_LIPPERT_ROADRUNNER_LX