From d687d8dc68b2eba301a17e0367dba67f8f999b17 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 26 Oct 2021 15:56:23 +0200 Subject: [PATCH] mb/siemens/chili: Drop redundant Kconfig select The `SMBIOS_PROVIDED_BY_MOBO` Kconfig option is already selected through the `SECUNET_DMI` option. So, there's no need to select both of them. Change-Id: I784df87893043a011906af8808aff27d636c7626 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/58625 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/siemens/chili/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/siemens/chili/Kconfig b/src/mainboard/siemens/chili/Kconfig index 470edf2dc8..a4bd180223 100644 --- a/src/mainboard/siemens/chili/Kconfig +++ b/src/mainboard/siemens/chili/Kconfig @@ -28,7 +28,6 @@ config BOARD_SIEMENS_CHILI_CHILI_OPTIONS select DRIVERS_I2C_LM96000 select INTEL_LPSS_UART_FOR_CONSOLE select SECUNET_DMI - select SMBIOS_PROVIDED_BY_MOBO select SOC_INTEL_COMMON_BLOCK_HDA_VERB if BOARD_SIEMENS_CHILI_COMMON