summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2021-07-02 07:32:19 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-07-07 14:56:15 +0000
commitf2c98136565c95e2f88a2549eedcd2d0c6e53112 (patch)
treeb3abd6aff73a736a4a45dbcc01839faab1945dc5 /src/mainboard
parentb7eec4a8440ca12f07c11d3aa0196fe81aebe51d (diff)
downloadcoreboot-f2c98136565c95e2f88a2549eedcd2d0c6e53112.tar.gz
coreboot-f2c98136565c95e2f88a2549eedcd2d0c6e53112.tar.bz2
coreboot-f2c98136565c95e2f88a2549eedcd2d0c6e53112.zip
mb/siemens/mc_ehl: Clean up Kconfig
Remove Kconfig switches that are not needed for mc_ehl based mainboards. Change-Id: If231f37f06c6763d52a821799e87fdb3010af0aa Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56034 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/siemens/mc_ehl/Kconfig13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mainboard/siemens/mc_ehl/Kconfig b/src/mainboard/siemens/mc_ehl/Kconfig
index b5a5a907fe19..63b153b23c59 100644
--- a/src/mainboard/siemens/mc_ehl/Kconfig
+++ b/src/mainboard/siemens/mc_ehl/Kconfig
@@ -1,16 +1,11 @@
config BOARD_SIEMENS_BASEBOARD_MC_EHL
def_bool n
+ select SOC_INTEL_ELKHARTLAKE
select BOARD_ROMSIZE_KB_32768
- select DRIVERS_I2C_HID
- select DRIVERS_INTEL_DPTF
select DRIVERS_I2C_GENERIC
- select DRIVERS_SPI_ACPI
- select DRIVERS_USB_ACPI
- select EC_ACPI
select HAVE_SPD_IN_CBFS
- select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
- select SOC_INTEL_ELKHARTLAKE
+
source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig"
@@ -36,10 +31,6 @@ config DIMM_SPD_SIZE
int
default 512
-config VBOOT
- select VBOOT_LID_SWITCH
- select VBOOT_MOCK_SECDATA if !MAINBOARD_HAS_TPM2
-
config UART_FOR_CONSOLE
int
default 2 if INTEL_LPSS_UART_FOR_CONSOLE