diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-10-26 15:56:23 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-27 15:04:26 +0000 |
commit | d687d8dc68b2eba301a17e0367dba67f8f999b17 (patch) | |
tree | f62c8a638af1f7f6156dfefc3128bb5e5c6a0c16 /src | |
parent | 93f6b8a8cc7b7cd8580b0d0bc76d7b676bef739e (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58625
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/siemens/chili/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |