devicetree support for efikasb

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Dec 17 09:30:45 EST 2012


Peter Korsgaard, le Mon 17 Dec 2012 15:24:15 +0100, a écrit :
> Samuel, what happened to the ledtriggers-for-keyboard-leds stuff?

AIUI, it's still in the TODO list of Dmitry Torokhov (latest version
was sent on Date: Mon, 14 Nov 2011 05:06:13 +0100). There was a Kconfig
issue that might be what is blocking it:

“
> --- a/drivers/char/Kconfig
> +++ b/drivers/char/Kconfig
> @@ -8,6 +8,7 @@ config VT
>       bool "Virtual terminal" if EMBEDDED
>       depends on !S390
>       select INPUT
> +     select LEDS_INPUT

This will not work as LEDS_INPUT is itself depends and selects other
symbols and "select" statement does not propagate dependencies.
”

Samuel



More information about the linux-arm-kernel mailing list