aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/blink/Kconfig
blob: 265b53476a80ff7c71170eb186559fbe4706ece9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
menuconfig LEDS_BLINK
	bool "LED Blink support"
	depends on LEDS_CLASS
	help
	  This option enables blink support for the leds class.
	  If unsure, say Y.

if LEDS_BLINK

config LEDS_BLINK_LGM
	tristate "LED support for Intel LGM SoC series"
	depends on LEDS_CLASS
	depends on MFD_SYSCON
	depends on OF
	help
	  Parallel to serial conversion, which is also called SSO controller,
	  can drive external shift register for LED outputs.
	  This enables LED support for Serial Shift Output controller(SSO).

endif # LEDS_BLINK