Merge remote-tracking branch 'torvalds/master' into perf/core
[sfrench/cifs-2.6.git] / drivers / leds / blink / Kconfig
1 menuconfig LEDS_BLINK
2         bool "LED Blink support"
3         depends on LEDS_CLASS
4         help
5           This option enables blink support for the leds class.
6           If unsure, say Y.
7
8 if LEDS_BLINK
9
10 config LEDS_BLINK_LGM
11         tristate "LED support for Intel LGM SoC series"
12         depends on LEDS_CLASS
13         depends on MFD_SYSCON
14         depends on OF
15         help
16           Parallel to serial conversion, which is also called SSO controller,
17           can drive external shift register for LED outputs.
18           This enables LED support for Serial Shift Output controller(SSO).
19
20 endif # LEDS_BLINK