staging: fbtft: Allow compile test of GPIO consumers if !GPIOLIB
[deliverable/linux.git] / drivers / staging / fbtft / Kconfig
index d4018780ce588d8d6b8b67888a85934360231bb2..d473010fa4748409d32e3d088679f81310cec0ec 100644 (file)
@@ -1,6 +1,7 @@
 menuconfig FB_TFT
        tristate "Support for small TFT LCD display modules"
-       depends on FB && SPI && GPIOLIB
+       depends on FB && SPI
+       depends on GPIOLIB || COMPILE_TEST
        select FB_SYS_FILLRECT
        select FB_SYS_COPYAREA
        select FB_SYS_IMAGEBLIT
@@ -152,6 +153,12 @@ config FB_TFT_TLS8204
        help
          Generic Framebuffer support for TLS8204
 
+config FB_TFT_UC1611
+       tristate "FB driver for the UC1611 LCD controller"
+       depends on FB_TFT
+       help
+         Generic Framebuffer support for UC1611
+
 config FB_TFT_UC1701
        tristate "FB driver for the UC1701 LCD Controller"
        depends on FB_TFT
This page took 0.032607 seconds and 5 git commands to generate.