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:
Krzysztof Chruściński 2023-11-13 09:42:40 +01:00 committed by Carles Cufí
parent 3bb4cd813a
commit a47c7dd793

View file

@ -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.