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 DT_HAS_GPIO_LEDS_ENABLED
8	select GPIO
9	help
10	  Enable driver for GPIO LEDs.
11