summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/spacerunner-lx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lippert/spacerunner-lx/Kconfig')
-rw-r--r--src/mainboard/lippert/spacerunner-lx/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/lippert/spacerunner-lx/Kconfig b/src/mainboard/lippert/spacerunner-lx/Kconfig
index 0f5cde727f..a7e0eba22b 100644
--- a/src/mainboard/lippert/spacerunner-lx/Kconfig
+++ b/src/mainboard/lippert/spacerunner-lx/Kconfig
@@ -12,6 +12,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select PIRQ_ROUTE
select UDELAY_TSC
select CACHE_AS_RAM
+ # Board is equipped with a 1 MB SPI flash, however, due to limitations
+ # of the IT8712F Super I/O, only the top 512 KB are directly mapped.
select BOARD_ROMSIZE_KB_512
config MAINBOARD_DIR
@@ -30,4 +32,17 @@ config RAMBASE
hex
default 0x4000
+config ONBOARD_UARTS_RS485
+ bool "Switch on-board serial ports to RS485"
+ default n
+ help
+ If selected, both on-board serial ports will operate in RS485 mode
+ instead of RS232.
+
+config ONBOARD_IDE_SLAVE
+ bool "Make on-board SSD act as Slave"
+ default n
+ help
+ If selected, the on-board SSD will act as IDE Slave instead of Master.
+
endif # BOARD_LIPPERT_SPACERUNNER_LX