aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig24
1 files changed, 22 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 188e1ba3b69f..5a5c303a6373 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -5,6 +5,9 @@
5menu "Graphics support" 5menu "Graphics support"
6 depends on HAS_IOMEM 6 depends on HAS_IOMEM
7 7
8config HAVE_FB_ATMEL
9 bool
10
8source "drivers/char/agp/Kconfig" 11source "drivers/char/agp/Kconfig"
9 12
10source "drivers/gpu/vga/Kconfig" 13source "drivers/gpu/vga/Kconfig"
@@ -611,6 +614,21 @@ config FB_BFIN_T350MCQB
611 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI 614 This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI
612 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK. 615 It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK.
613 616
617config FB_BFIN_LQ035Q1
618 tristate "SHARP LQ035Q1DH02 TFT LCD"
619 depends on FB && BLACKFIN && SPI
620 select FB_CFB_FILLRECT
621 select FB_CFB_COPYAREA
622 select FB_CFB_IMAGEBLIT
623 select BFIN_GPTIMERS
624 help
625 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
626 the Blackfin Landscape LCD EZ-Extender Card.
627 This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI
628 It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK.
629
630 To compile this driver as a module, choose M here: the
631 module will be called bfin-lq035q1-fb.
614 632
615config FB_STI 633config FB_STI
616 tristate "HP STI frame buffer device support" 634 tristate "HP STI frame buffer device support"
@@ -937,7 +955,7 @@ config FB_S1D13XXX
937 955
938config FB_ATMEL 956config FB_ATMEL
939 tristate "AT91/AT32 LCD Controller support" 957 tristate "AT91/AT32 LCD Controller support"
940 depends on FB && (ARCH_AT91SAM9261 || ARCH_AT91SAM9G10 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 || ARCH_AT91CAP9 || AVR32) 958 depends on FB && HAVE_FB_ATMEL
941 select FB_CFB_FILLRECT 959 select FB_CFB_FILLRECT
942 select FB_CFB_COPYAREA 960 select FB_CFB_COPYAREA
943 select FB_CFB_IMAGEBLIT 961 select FB_CFB_IMAGEBLIT
@@ -2063,6 +2081,7 @@ config XEN_FBDEV_FRONTEND
2063 select FB_SYS_IMAGEBLIT 2081 select FB_SYS_IMAGEBLIT
2064 select FB_SYS_FOPS 2082 select FB_SYS_FOPS
2065 select FB_DEFERRED_IO 2083 select FB_DEFERRED_IO
2084 select XEN_XENBUS_FRONTEND
2066 default y 2085 default y
2067 help 2086 help
2068 This driver implements the front-end of the Xen virtual 2087 This driver implements the front-end of the Xen virtual
@@ -2127,7 +2146,7 @@ config FB_PRE_INIT_FB
2127 the bootloader. 2146 the bootloader.
2128 2147
2129config FB_MSM 2148config FB_MSM
2130 tristate 2149 tristate "MSM Framebuffer support"
2131 depends on FB && ARCH_MSM 2150 depends on FB && ARCH_MSM
2132 select FB_CFB_FILLRECT 2151 select FB_CFB_FILLRECT
2133 select FB_CFB_COPYAREA 2152 select FB_CFB_COPYAREA
@@ -2161,6 +2180,7 @@ config FB_BROADSHEET
2161 a bridge adapter. 2180 a bridge adapter.
2162 2181
2163source "drivers/video/omap/Kconfig" 2182source "drivers/video/omap/Kconfig"
2183source "drivers/video/omap2/Kconfig"
2164 2184
2165source "drivers/video/backlight/Kconfig" 2185source "drivers/video/backlight/Kconfig"
2166source "drivers/video/display/Kconfig" 2186source "drivers/video/display/Kconfig"