1# Copyright (c) 2021 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config LED_GPIO 5 bool "GPIO LED driver" 6 default y 7 depends on GPIO && DT_HAS_GPIO_LEDS_ENABLED 8 help 9 Enable driver for GPIO LEDs. 10