Skip to content

Commit e56c5b2

Browse files
finikorgjhedberg
authored andcommitted
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>
1 parent b92e04e commit e56c5b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/smbus/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ config SMBUS_INTEL_PCH
3838
bool "SMBus Intel PCH driver"
3939
default y
4040
depends on DT_HAS_INTEL_PCH_SMBUS_ENABLED
41+
select PCIE
42+
select DYNAMIC_INTERRUPTS
4143
help
4244
Enable Intel Platform Controller Hub (PCH) SMBus driver.
4345

0 commit comments

Comments
 (0)