devicetree support for efikasb
From: jacmet@sunsite.dk (Peter Korsgaard)
Date: 2012-12-17 14:40:04
quoted
quoted
quoted
quoted
"Samuel" == Samuel Thibault [off-list ref] 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