drivers: sensor: a01nyub: Add dependency to UART runtime configuration

Force enabling of the UART runtime configuration for A01NYUB.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2023-11-13 09:41:43 +01:00 committed by Carles Cufí
commit 3bb4cd813a

View file

@ -6,5 +6,6 @@ config A01NYUB
default y
depends on DT_HAS_DFROBOT_A01NYUB_ENABLED
depends on UART_INTERRUPT_DRIVEN
select UART_USE_RUNTIME_CONFIGURE
help
Enable driver for the DFRobot A01NYUB distance sensor.