mb/dell/optiplex_9010: Add Dell OptiPlex 9010 SFF support
[coreboot.git] / src / mainboard / dell / optiplex_9010 / Kconfig
blob6a3feb3751d33c7b627f43110b2bb1cc97a294ec
1 if BOARD_DELL_OPTIPLEX_9010
3 config BOARD_SPECIFIC_OPTIONS
4         def_bool y
5         select BOARD_ROMSIZE_KB_12288
6         select HAVE_ACPI_RESUME
7         select HAVE_ACPI_TABLES
8         select INTEL_INT15
9         select NORTHBRIDGE_INTEL_SANDYBRIDGE
10         select SERIRQ_CONTINUOUS_MODE
11         select SOUTHBRIDGE_INTEL_C216
12         select USE_NATIVE_RAMINIT
13         select MAINBOARD_HAS_LPC_TPM
14         select MAINBOARD_HAS_TPM1
15         select MAINBOARD_USES_IFD_GBE_REGION
16         select SUPERIO_SMSC_SCH5545
17         select MAINBOARD_HAS_LIBGFXINIT
18         select INTEL_GMA_HAVE_VBT
19         select HAVE_OPTION_TABLE
20         select HAVE_CMOS_DEFAULT
21         select PCIEXP_L1_SUB_STATE
23 config MAINBOARD_DIR
24         string
25         default dell/optiplex_9010
27 config MAINBOARD_PART_NUMBER
28         string
29         default "OptiPlex 9010"
31 config VGA_BIOS_FILE
32         string
33         default "pci8086,0162.rom"
35 config VGA_BIOS_ID
36         string
37         default "8086,0162"
39 config DRAM_RESET_GATE_GPIO
40         int
41         default 60
43 config MAX_CPUS
44         int
45         default 8
47 config USBDEBUG_HCD_INDEX
48         int
49         default 2
51 config CBFS_SIZE
52         hex
53         default 0x600000
55 config INCLUDE_SMSC_SCH5545_EC_FW
56         bool "Include SMSC SCH5545 EC firmware binary"
57         default n
58         help
59           This option allows to add the SMSC SCH5545 Environmental Controller
60           firmware binary. The firmware must be loaded after each power failure
61           in order to properly initialize the fan control, because EC loses its
62           configuration when power is cut off. Otherwise the fans will keep
63           running at full speed after power failure.
65 config SMSC_SCH5545_EC_FW_FILE
66         string "File path to the SMSC SCH5545 EC firmware binary"
67         depends on INCLUDE_SMSC_SCH5545_EC_FW
69 endif