drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig
[coreboot.git] / src / mainboard / lippert / frontrunner / Kconfig
1 config BOARD_LIPPERT_FRONTRUNNER
2         bool "Cool Frontrunner"
3         select ARCH_X86
4         select CPU_AMD_GX2
5         select NORTHBRIDGE_AMD_GX2
6         select SOUTHBRIDGE_AMD_CS5535
7         select ROMCC
8         select UDELAY_TSC
9         select HAVE_PIRQ_TABLE
10         select BOARD_ROMSIZE_KB_256
11
12 config MAINBOARD_DIR
13         string
14         default lippert/frontrunner
15         depends on BOARD_LIPPERT_FRONTRUNNER
16
17 config MAINBOARD_PART_NUMBER
18         string
19         default "Cool Frontrunner"
20         depends on BOARD_LIPPERT_FRONTRUNNER
21
22 config HAVE_OPTION_TABLE
23         bool
24         default n
25         depends on BOARD_LIPPERT_FRONTRUNNER
26
27 config IRQ_SLOT_COUNT
28         int
29         default 2
30         depends on BOARD_LIPPERT_FRONTRUNNER
31