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:
parent
c674eafe75
commit
3bb4cd813a
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ config A01NYUB
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_DFROBOT_A01NYUB_ENABLED
|
depends on DT_HAS_DFROBOT_A01NYUB_ENABLED
|
||||||
depends on UART_INTERRUPT_DRIVEN
|
depends on UART_INTERRUPT_DRIVEN
|
||||||
|
select UART_USE_RUNTIME_CONFIGURE
|
||||||
help
|
help
|
||||||
Enable driver for the DFRobot A01NYUB distance sensor.
|
Enable driver for the DFRobot A01NYUB distance sensor.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue