]> Git Repo - linux.git/commit - drivers/leds/Kconfig
leds: Make LEDS_TI_LMU_COMMON invisible
authorGeert Uytterhoeven <[email protected]>
Tue, 9 May 2023 15:07:47 +0000 (17:07 +0200)
committerLee Jones <[email protected]>
Thu, 25 May 2023 11:16:21 +0000 (12:16 +0100)
commitb0f379bd6e9c2dcf1209f99612783d5f9357b33a
tree650870e64a954aa20007c9eacc1297536acad7ea
parent91fe1bda4672c31aa93d018176e6cf62c6ccb657
leds: Make LEDS_TI_LMU_COMMON invisible

Currently, LEDS_LM3697 and LEDS_LM36274 depend on LEDS_TI_LMU_COMMON,
which contains the common code to support TI LMU devices.  This means
the user is asked about the common code first, followed by the
individual drivers, if their dependencies are met.

Simplify this, and reduce the number of questions by making
LEDS_TI_LMU_COMMON invisible, and letting it be selected when needed.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Link: https://lore.kernel.org/r/91f6efaa48c36320e58b6a312025ae9b39ee206b.1683644796.git.geert+renesas@glider.be
Signed-off-by: Lee Jones <[email protected]>
drivers/leds/Kconfig
This page took 0.0533 seconds and 4 git commands to generate.