db0a8c63fe
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using select I2C' instead of 'depends on'
(see commit df81fef944
for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LED_GPIO
|
|
bool "GPIO LED driver"
|
|
default y
|
|
depends on GPIO && DT_HAS_GPIO_LEDS_ENABLED
|
|
help
|
|
Enable driver for GPIO LEDs.
|