SMC_CONFIG is needed before the device tree is ready and some people
[coreboot.git] / src / mainboard / lippert / spacerunner-lx / Kconfig
1 if BOARD_LIPPERT_SPACERUNNER_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_DEBUG_SMBUS
11         select HAVE_PIRQ_TABLE
12         select PIRQ_ROUTE
13         select UDELAY_TSC
14         select CACHE_AS_RAM
15         # Board is equipped with a 1 MB SPI flash, however, due to limitations
16         # of the IT8712F Super I/O, only the top 512 KB are directly mapped.
17         select BOARD_ROMSIZE_KB_512
18
19 config MAINBOARD_DIR
20         string
21         default lippert/spacerunner-lx
22
23 config MAINBOARD_PART_NUMBER
24         string
25         default "Cool SpaceRunner-LX"
26
27 config IRQ_SLOT_COUNT
28         int
29         default 7
30
31 config RAMBASE
32         hex
33         default 0x4000
34
35 config ONBOARD_UARTS_RS485
36         bool "Switch on-board serial ports to RS485"
37         default n
38         help
39           If selected, both on-board serial ports will operate in RS485 mode
40           instead of RS232.
41
42 config ONBOARD_IDE_SLAVE
43         bool "Make on-board SSD act as Slave"
44         default n
45         help
46           If selected, the on-board SSD will act as IDE Slave instead of Master.
47
48 endif # BOARD_LIPPERT_SPACERUNNER_LX