Parallel to serial conversion, which is also called SSO controller, can drive external shift register for LED outputs, reset or general purpose outputs. This driver enables LED support for Serial Shift Output Controller (SSO). Signed-off-by: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
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
|