summaryrefslogtreecommitdiffstats
path: root/drivers/led/Kconfig
blob: 048a0f456c5d1b26ec2787ce499581f024c42539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
menuconfig LED
	bool "LED support"

if LED

config LED_GPIO
	bool "gpio LED support"
	depends on GENERIC_GPIO

config LED_GPIO_RGB
	bool "gpio rgb LED support"
	depends on LED_GPIO

endif