Commit a7ed7150 authored by Rahul Tanwar's avatar Rahul Tanwar Committed by Pavel Machek

leds: lgm: Improve Kconfig help

Remove unnecessary Kconfig symbol LEDS_BLINK
Improve Kconfig help text to make it more useful.
Signed-off-by: default avatarRahul Tanwar <rtanwar@maxlinear.com>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
parent 34731ed1
...@@ -928,13 +928,12 @@ config LEDS_ACER_A500 ...@@ -928,13 +928,12 @@ config LEDS_ACER_A500
This option enables support for the Power Button LED of This option enables support for the Power Button LED of
Acer Iconia Tab A500. Acer Iconia Tab A500.
source "drivers/leds/blink/Kconfig"
comment "Flash and Torch LED drivers" comment "Flash and Torch LED drivers"
source "drivers/leds/flash/Kconfig" source "drivers/leds/flash/Kconfig"
comment "LED Triggers" comment "LED Triggers"
source "drivers/leds/trigger/Kconfig" source "drivers/leds/trigger/Kconfig"
comment "LED Blink"
source "drivers/leds/blink/Kconfig"
endif # NEW_LEDS endif # NEW_LEDS
...@@ -110,4 +110,4 @@ obj-$(CONFIG_LEDS_CLASS_FLASH) += flash/ ...@@ -110,4 +110,4 @@ obj-$(CONFIG_LEDS_CLASS_FLASH) += flash/
obj-$(CONFIG_LEDS_TRIGGERS) += trigger/ obj-$(CONFIG_LEDS_TRIGGERS) += trigger/
# LED Blink # LED Blink
obj-$(CONFIG_LEDS_BLINK) += blink/ obj-y += blink/
menuconfig LEDS_BLINK config LEDS_LGM
bool "LED Blink support" tristate "LED support for LGM SoC series"
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 GPIOLIB depends on GPIOLIB
depends on LEDS_CLASS depends on LEDS_CLASS
depends on MFD_SYSCON depends on MFD_SYSCON
depends on OF depends on OF
help help
Parallel to serial conversion, which is also called SSO controller, This option enables support for LEDs connected to GPIO lines on
can drive external shift register for LED outputs. Lightning Mountain (LGM) SoC. Lightning Mountain is a AnyWAN
This enables LED support for Serial Shift Output controller(SSO). 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.
endif # LEDS_BLINK 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.
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_LEDS_BLINK_LGM) += leds-lgm-sso.o obj-$(CONFIG_LEDS_LGM) += leds-lgm-sso.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment