f273d6cf56c2178dcd38e71425a136d593daf683
[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         # Board is equipped with a 1 MB SPI flash, however, due to limitations
15         # of the IT8712F Super I/O, only the top 512 KB are directly mapped.
16         select BOARD_ROMSIZE_KB_512
17         select POWER_BUTTON_FORCE_ENABLE
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 ONBOARD_UARTS_RS485
32         bool "Switch on-board serial ports to RS485"
33         default n
34         help
35           If selected, both on-board serial ports will operate in RS485 mode
36           instead of RS232.
37
38 config ONBOARD_IDE_SLAVE
39         bool "Make on-board SSD act as Slave"
40         default n
41         help
42           If selected, the on-board SSD will act as IDE Slave instead of Master.
43
44 endif # BOARD_LIPPERT_SPACERUNNER_LX