devicetree support for efikasb
Peter Korsgaard
jacmet at sunsite.dk
Mon Dec 17 09:40:04 EST 2012
>>>>> "Samuel" == Samuel Thibault <samuel.thibault at ens-lyon.org> writes:
Hi,
Samuel> AIUI, it's still in the TODO list of Dmitry Torokhov (latest
Samuel> version was sent on Date: Mon, 14 Nov 2011 05:06:13
Samuel> +0100). There was a Kconfig issue that might be what is
Samuel> blocking it:
Samuel> “
>> --- 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
Samuel> This will not work as LEDS_INPUT is itself depends and selects other
Samuel> symbols and "select" statement does not propagate dependencies.
Ok, but that could either be solved by also selecting NEW_LEDS to pull
in LEDS_INPUT dependencies, so if we still want to be able to build
without pulling in the leds subsystem you could do 'select LEDS_INPUT if
NEW_LEDS' and stick the implementation inside an #ifdef NEW_LEDS.
--
Bye, Peter Korsgaard
More information about the linux-arm-kernel
mailing list