swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 9f4ad9e425a1d3b6a34617b8ea226d56a119a717 authored by Linus Torvalds on 25 April 2021, 20:49:08 UTC
Linux 5.12
Tip revision: 9f4ad9e
Kconfig
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
back to top