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:
parent
d3a65deb25
commit
b77cf2299c
|
@ -3,6 +3,13 @@ config SOC_INTEL_COMMON_BLOCK_SMBUS
|
||||||
help
|
help
|
||||||
Intel Processor common SMBus support
|
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
|
config SOC_INTEL_COMMON_BLOCK_TCO
|
||||||
bool
|
bool
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue