diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-24 08:28:27 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 05:55:47 -0400 |
commit | e3e11f516398c4274bedea54102505e64f3be558 (patch) | |
tree | a34b5a87f94e82eb9374067e9486efd9b32148b8 | |
parent | 3cdd15371739f403aad6f84233983f4e1cb9c5df (diff) |
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>
-rw-r--r-- | drivers/video/fbdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index ff4e9884d0bf..1cea2a8eaacb 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -2065,7 +2065,7 @@ config FB_S3C2410_DEBUG | |||
2065 | through sysfs | 2065 | through sysfs |
2066 | 2066 | ||
2067 | config FB_NUC900 | 2067 | config FB_NUC900 |
2068 | bool "NUC900 LCD framebuffer support" | 2068 | tristate "NUC900 LCD framebuffer support" |
2069 | depends on FB && ARCH_W90X900 | 2069 | depends on FB && ARCH_W90X900 |
2070 | select FB_CFB_FILLRECT | 2070 | select FB_CFB_FILLRECT |
2071 | select FB_CFB_COPYAREA | 2071 | select FB_CFB_COPYAREA |