1# Copyright (c) 2023 SteadConnect 2# SPDX-License-Identifier: Apache-2.0 3 4config A01NYUB 5 bool "DFRobot A01NYUB distance sensor" 6 default y 7 depends on DT_HAS_DFROBOT_A01NYUB_ENABLED 8 depends on UART_INTERRUPT_DRIVEN 9 select UART_USE_RUNTIME_CONFIGURE 10 help 11 Enable driver for the DFRobot A01NYUB distance sensor. 12