drivers: smbus: Select PCIE and DYNAMIC_INTERRUPTS

Select PCIE and DYNAMIC_INTERRUPTS as they are needed for driver to
work. This allows to remove board configuration overlay files.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2023-05-12 18:30:47 +03:00 committed by Johan Hedberg
commit e56c5b2eb2

View file

@ -38,6 +38,8 @@ config SMBUS_INTEL_PCH
bool "SMBus Intel PCH driver"
default y
depends on DT_HAS_INTEL_PCH_SMBUS_ENABLED
select PCIE
select DYNAMIC_INTERRUPTS
help
Enable Intel Platform Controller Hub (PCH) SMBus driver.