Commit e3e11f51 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Tomi Valkeinen

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarPeter 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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 3cdd1537
...@@ -2065,7 +2065,7 @@ config FB_S3C2410_DEBUG ...@@ -2065,7 +2065,7 @@ config FB_S3C2410_DEBUG
through sysfs through sysfs
config FB_NUC900 config FB_NUC900
bool "NUC900 LCD framebuffer support" tristate "NUC900 LCD framebuffer support"
depends on FB && ARCH_W90X900 depends on FB && ARCH_W90X900
select FB_CFB_FILLRECT select FB_CFB_FILLRECT
select FB_CFB_COPYAREA select FB_CFB_COPYAREA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment