blob: fa140acfce30c9c763dc1dbabb83dae31815b05d [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
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
Stefan Reinauer704b5962010-08-30 17:53:13 +000013 select CACHE_AS_RAM
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000014 # Standard chip is a 512 KB FWH. Replacing it with a 1 MB
15 # SST 49LF008A is possible.
Uwe Hermannd65509d2009-10-16 17:37:20 +000016 select BOARD_ROMSIZE_KB_512
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
Patrick Georgiebb43d62009-10-08 20:17:14 +000030config RAMBASE
31 hex
32 default 0x4000
Jens Rottmann9a684fc2010-08-30 16:36:51 +000033
Jens Rottmannb9ee31d2010-08-31 19:19:16 +000034config ONBOARD_UARTS_RS485
35 bool "Switch on-board serial ports to RS485"
36 default n
37 help
38 If selected, both on-board serial ports will operate in RS485 mode
39 instead of RS232.
40
Jens Rottmann9a684fc2010-08-30 16:36:51 +000041endif # BOARD_LIPPERT_ROADRUNNER_LX