AMD Geode cpus: apply un-written naming rules
[coreboot.git] / src / mainboard / lippert / hurricane-lx / Kconfig
1 if BOARD_LIPPERT_HURRICANE_LX
2
3 config BOARD_SPECIFIC_OPTIONS # dummy
4         def_bool y
5         select ARCH_X86
6         select CPU_AMD_GEODE_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
13         # Board is equipped with a 1 MB SPI flash, however, due to limitations
14         # of the IT8712F Super I/O, only the top 512 KB are directly mapped.
15         select BOARD_ROMSIZE_KB_512
16
17 config MAINBOARD_DIR
18         string
19         default lippert/hurricane-lx
20
21 config MAINBOARD_PART_NUMBER
22         string
23         default "Hurricane-LX"
24
25 config IRQ_SLOT_COUNT
26         int
27         default 8
28
29 config BOARD_OLD_REVISION
30         bool "Board is old pre-3.0 revision"
31         default n
32         select POWER_BUTTON_DEFAULT_DISABLE
33         help
34           Look on the bottom side for a number like 406-0001-30.  The last 2
35           digits state the PCB revision (3.0 in this example).  For 2.0 or older
36           boards choose Y, for 3.0 and newer say N.
37
38           Old revision boards need a jumper shorting the power button to
39           power on automatically.  You may enable the button only after this
40           jumper has been removed.  New revision boards are not restricted
41           in this way, and always have the power button enabled.
42
43 config POWER_BUTTON_FORCE_ENABLE
44         def_bool y if !BOARD_OLD_REVISION
45
46 config ONBOARD_UARTS_RS485
47         bool "Switch on-board serial ports to RS485"
48         default n
49         help
50           If selected, both on-board serial ports will operate in RS485 mode
51           instead of RS232.
52
53 endif # BOARD_LIPPERT_HURRICANE_LX