924546be17
Specify the type of the `DEVICETREE` Kconfig symbol once instead of doing so on each and every mainboard. Change-Id: If68f11a5ceaa67a3e8218f89e1138c247ebb9a25 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56555 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
36 lines
716 B
Text
36 lines
716 B
Text
config BOARD_SIEMENS_BASEBOARD_MC_EHL
|
|
def_bool n
|
|
select SOC_INTEL_ELKHARTLAKE
|
|
select BOARD_ROMSIZE_KB_16384
|
|
select DRIVERS_I2C_GENERIC
|
|
select HAVE_SPD_IN_CBFS
|
|
select HAVE_ACPI_TABLES
|
|
|
|
|
|
source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig"
|
|
|
|
if BOARD_SIEMENS_BASEBOARD_MC_EHL
|
|
|
|
config MAINBOARD_DIR
|
|
default "siemens/mc_ehl"
|
|
|
|
config VARIANT_DIR
|
|
string
|
|
default "mc_ehl1" if BOARD_SIEMENS_MC_EHL1
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
default "MC EHL1" if BOARD_SIEMENS_MC_EHL1
|
|
|
|
config DEVICETREE
|
|
default "variants/\$(CONFIG_VARIANT_DIR)/devicetree.cb"
|
|
|
|
config DIMM_SPD_SIZE
|
|
int
|
|
default 512
|
|
|
|
config UART_FOR_CONSOLE
|
|
int
|
|
default 2 if INTEL_LPSS_UART_FOR_CONSOLE
|
|
default 0
|
|
|
|
endif # BOARD_SIEMENS_BASEBOARD_MC_EHL
|