zephyr/drivers/sensor/a01nyub/Kconfig
Krzysztof Chruściński 3bb4cd813a 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>
2023-11-15 10:02:18 +01:00

12 lines
315 B
Plaintext

# Copyright (c) 2023 SteadConnect
# SPDX-License-Identifier: Apache-2.0
config A01NYUB
bool "DFRobot A01NYUB distance sensor"
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.