drivers: i2c: sc18im704: Add dependency to UART runtime config
Force enabling of the UART runtime configuration for sc18im704. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
1f0320441b
commit
c674eafe75
|
@ -5,6 +5,7 @@ config I2C_SC18IM704
|
|||
bool "NXP SC18IM704 I2C controller driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_SC18IM704_I2C_ENABLED
|
||||
select UART_USE_RUNTIME_CONFIGURE
|
||||
help
|
||||
Enables NXP SC18IM704 I2C controller driver
|
||||
|
||||
|
|
Loading…
Reference in a new issue