drivers: w1: Add dependency to UART runtime configuration
Force enabling of the UART runtime configuration for 1-wire serial driver. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
3bb4cd813a
commit
a47c7dd793
|
@ -8,6 +8,7 @@ config W1_ZEPHYR_SERIAL
|
|||
select SERIAL
|
||||
default y
|
||||
depends on DT_HAS_ZEPHYR_W1_SERIAL_ENABLED
|
||||
select UART_USE_RUNTIME_CONFIGURE
|
||||
help
|
||||
This option enables the Zephyr serial 1-Wire master driver.
|
||||
|
||||
|
|
Loading…
Reference in a new issue