Newer
Older
barebox / drivers / led / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 19 Nov 2012 427 bytes led-gpio: add bicolor led support
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

config LED_GPIO_BICOLOR
	bool "gpio bicolor LED support"
	depends on LED_GPIO

config LED_TRIGGERS
	select POLLER
	bool "LED triggers support"
	help
	  This allows to assign certain triggers like heartbeat or network
	  activity to LEDs.

endif