0bb83469ed
Kconfig became stricter on what it accepts, so accomodate before updating to a new release. Change-Id: I92a9e9bf0d557a7532ba533cd7776c48f2488f91 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37156 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
64 lines
1.1 KiB
Text
64 lines
1.1 KiB
Text
if BOARD_INTEL_DCP847SKE
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select SUPERIO_NUVOTON_NCT6776
|
|
select HAVE_ACPI_RESUME
|
|
select HAVE_ACPI_TABLES
|
|
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
|
select SOUTHBRIDGE_INTEL_C216
|
|
select SERIRQ_CONTINUOUS_MODE
|
|
select INTEL_INT15
|
|
select MAINBOARD_HAS_LIBGFXINIT
|
|
select MAINBOARD_USES_IFD_GBE_REGION
|
|
|
|
menu "Debugging"
|
|
|
|
config DISABLE_UART_ON_TESTPADS
|
|
bool "Disable UART on testpads"
|
|
default y
|
|
select NO_UART_ON_SUPERIO
|
|
help
|
|
Serial output requires soldering to the testpad next to
|
|
NCT5577D pin 18 (txd) and gnd.
|
|
|
|
endmenu
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default "intel/dcp847ske"
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Intel NUC DCP847SKE"
|
|
|
|
config VGA_BIOS_FILE
|
|
string
|
|
default "pci8086,0106.rom"
|
|
|
|
config VGA_BIOS_ID
|
|
string
|
|
default "8086,0106"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 2
|
|
|
|
config USBDEBUG_HCD_INDEX
|
|
int
|
|
default 2
|
|
|
|
config CBFS_SIZE
|
|
hex
|
|
default 0x00640000
|
|
|
|
config MAINBOARD_SMBIOS_MANUFACTURER
|
|
string
|
|
default "Intel Corporation"
|
|
|
|
config MAINBOARD_SMBIOS_PRODUCT_NAME
|
|
string
|
|
default "DCP847SKE"
|
|
|
|
endif # BOARD_INTEL_DCP847SKE
|