Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

video/nuc900: allow modular build

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
Cc: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Arnd Bergmann and committed by
Tomi Valkeinen
e3e11f51 3cdd1537

+1 -1
+1 -1
drivers/video/fbdev/Kconfig
··· 2065 2065 through sysfs 2066 2066 2067 2067 config FB_NUC900 2068 - bool "NUC900 LCD framebuffer support" 2068 + tristate "NUC900 LCD framebuffer support" 2069 2069 depends on FB && ARCH_W90X900 2070 2070 select FB_CFB_FILLRECT 2071 2071 select FB_CFB_COPYAREA