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:
parent
b92e04e636
commit
e56c5b2eb2
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ config SMBUS_INTEL_PCH
|
||||||
bool "SMBus Intel PCH driver"
|
bool "SMBus Intel PCH driver"
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_INTEL_PCH_SMBUS_ENABLED
|
depends on DT_HAS_INTEL_PCH_SMBUS_ENABLED
|
||||||
|
select PCIE
|
||||||
|
select DYNAMIC_INTERRUPTS
|
||||||
help
|
help
|
||||||
Enable Intel Platform Controller Hub (PCH) SMBus driver.
|
Enable Intel Platform Controller Hub (PCH) SMBus driver.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue