1# HC-SR04 Ultrasound sensor configuration options 2 3# Copyright (c) 2024 Adrien Leravat 4# SPDX-License-Identifier: Apache-2.0 5 6config HC_SR04 7 bool "HC-SR04 Ultrasound distance sensor" 8 default y 9 depends on DT_HAS_HC_SR04_ENABLED 10 depends on GPIO 11 help 12 Enable driver for HC-SR04 distance sensor. 13