mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
1cfa807b06
The Intel Lightning Mountain (LGM) Serial Shift Output controller (SSO) is only present on Intel Lightning Mountain SoCs. Hence add a dependency on X86, to prevent asking the user about this driver when configuring a kernel without Intel Lightning Mountain platform support. While at it, merge the other dependencies into a single statement. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Pavel Machek <pavel@ucw.cz>
18 lines
827 B
Plaintext
18 lines
827 B
Plaintext
config LEDS_LGM
|
|
tristate "LED support for LGM SoC series"
|
|
depends on X86 || COMPILE_TEST
|
|
depends on GPIOLIB && LEDS_CLASS && MFD_SYSCON && OF
|
|
help
|
|
This option enables support for LEDs connected to GPIO lines on
|
|
Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
|
|
gateway-on-a-chip SoC to be shipped on mid and high end home
|
|
gateways and routers.
|
|
|
|
These LEDs are driven by a Serial Shift Output (SSO) controller.
|
|
The driver supports hardware blinking and the LEDs can be configured
|
|
to be triggered by software/CPU or by hardware.
|
|
|
|
Say 'Y' here if you are working on LGM SoC based platform. Otherwise,
|
|
say 'N'. To compile this driver as a module, choose M here: the module
|
|
will be called leds-lgm-sso.
|