soc/intel/common/block/smbus: Add config to use ACPI

Change-Id: Iafa7d40fc21e62f99dbdc2001ab6525a2a77ff50
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44865
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maxim Polyakov 2020-08-27 17:05:59 +03:00 committed by Patrick Georgi
parent d3a65deb25
commit b77cf2299c
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@ config SOC_INTEL_COMMON_BLOCK_SMBUS
help
Intel Processor common SMBus support
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