On Wednesday 23 April 2014 18:28:45 Peter Griffin wrote:
From: Arnd Bergmann arnd@arndb.de
The frame buffer core may be a loadable module, and in this case, the nuc900 driver cannot be built-in. Turning it into a tristate option lets Kconfig work out the dependency and avoid broken builds.
Signed-off-by: Arnd Bergmann arnd@arndb.de Signed-off-by: Peter Griffin peter.griffin@linaro.org Cc: Jean-Christophe Plagniol-Villard plagnioj@jcrosoft.com Cc: Tomi Valkeinen tomi.valkeinen@ti.com Cc: linux-fbdev@vger.kernel.org
You should take Wan ZongShun, the nuc900 maintainer on Cc. Again, this is slightly non-obvious because get_maintainer.pl doesn't find him because of the move, and because the platform is called w90x900 in the MAINTAINERS file.
On a side-node, someone should do a patch that fixes up the MAINTAINERS file to reflect the move of all the drivers/video/* files to drivers/video/fbdev/*.
Arnd