blob: 2d11b3397239571fc6af7187afa306f42e88197e [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if BOARD_LIPPERT_ROADRUNNER_LX
2
3config BOARD_SPECIFIC_OPTIONS # dummy
4 def_bool y
Patrick Georgiebb43d62009-10-08 20:17:14 +00005 select ARCH_X86
Kyösti Mälkki7916f4c2012-02-09 16:07:41 +02006 select CPU_AMD_GEODE_LX
Patrick Georgiebb43d62009-10-08 20:17:14 +00007 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
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000013 # Standard chip is a 512 KB FWH. Replacing it with a 1 MB
14 # SST 49LF008A is possible.
Uwe Hermannd65509d2009-10-16 17:37:20 +000015 select BOARD_ROMSIZE_KB_512
Peter Stuge51eafde2010-10-13 06:23:02 +000016 select POWER_BUTTON_FORCE_ENABLE
Patrick Georgiebb43d62009-10-08 20:17:14 +000017
18config MAINBOARD_DIR
19 string
20 default lippert/roadrunner-lx
Patrick Georgiebb43d62009-10-08 20:17:14 +000021
22config MAINBOARD_PART_NUMBER
23 string
Uwe Hermann4e015eb2009-10-20 13:55:35 +000024 default "Cool RoadRunner-LX"
Patrick Georgiebb43d62009-10-08 20:17:14 +000025
Patrick Georgiebb43d62009-10-08 20:17:14 +000026config IRQ_SLOT_COUNT
27 int
28 default 7
Patrick Georgiebb43d62009-10-08 20:17:14 +000029
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000030config 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
Jens Rottmann9a684fc2010-08-30 16:36:51 +000037endif # BOARD_LIPPERT_ROADRUNNER_LX