diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-11-08 15:18:58 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 16:13:37 +0000 |
commit | b06ba874fbda1cd6a68f328d6813f0e423c75b66 (patch) | |
tree | aa809a8458996eb4b85d5db81e7b7831f0d23254 /src | |
parent | 39efcd1ba6cd66f6d2d027714891fd63fe564f5f (diff) |
soc/intel/common/block/smbus/Kconfig: Drop unused ACPI driver Kconfig symbol
Change-Id: Ic46e1663609068439069f666beca17ed76c679f0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69331
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/common/block/smbus/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/common/block/smbus/Kconfig b/src/soc/intel/common/block/smbus/Kconfig index db95ca7e06..3b3eb2f9b1 100644 --- a/src/soc/intel/common/block/smbus/Kconfig +++ b/src/soc/intel/common/block/smbus/Kconfig @@ -7,13 +7,6 @@ config SOC_INTEL_COMMON_BLOCK_SMBUS config FIXED_SMBUS_IO_BASE default 0xefa0 -config SOC_INTEL_COMMON_BLOCK_SMBUS_ACPI_DRIVER - bool - default n - depends on SOC_INTEL_COMMON_BLOCK_SMBUS - help - Intel Processor SMBus ACPI driver support - config SOC_INTEL_COMMON_BLOCK_TCO bool help |