drivers: i2c: fix leaking Kconfig option for dw driver
Fix leaking I2C_DW_LPSS_DMA option that was showing up for all I2C drivers Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
c165446993
commit
8304e82328
|
@ -15,6 +15,7 @@ config I2C_DW_CLOCK_SPEED
|
|||
|
||||
config I2C_DW_LPSS_DMA
|
||||
bool "Use I2C integrated DMA for asynchronous transfer"
|
||||
depends on I2C_DW
|
||||
select DMA
|
||||
select DMA_INTEL_LPSS
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue