aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorJaya Kumar <jayakumar.lkml@gmail.com>2008-04-28 05:15:38 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-28 11:58:41 -0400
commit03c33a4f002b2521debf1efc269cade983b6e86a (patch)
treee4ed669161ba7d029497fe6917854bea0ae83aec /drivers/video/Kconfig
parent963654a9c919d18f8b9137f8ffd9d2d30a139269 (diff)
fbdev: platforming metronomefb and am200epd
This patch splits metronomefb into the platform independent metronomefb and the platform dependent am200epd. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig16
1 files changed, 10 insertions, 6 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 8da4683c5d20..ff6ea9a9be22 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -173,6 +173,11 @@ config FB_DEFERRED_IO
173 depends on FB 173 depends on FB
174 default y 174 default y
175 175
176config FB_METRONOME
177 tristate
178 depends on FB
179 depends on FB_DEFERRED_IO
180
176config FB_SVGALIB 181config FB_SVGALIB
177 tristate 182 tristate
178 depends on FB 183 depends on FB
@@ -1927,19 +1932,18 @@ config FB_XILINX
1927 framebuffer. ML300 carries a 640*480 LCD display on the board, 1932 framebuffer. ML300 carries a 640*480 LCD display on the board,
1928 ML403 uses a standard DB15 VGA connector. 1933 ML403 uses a standard DB15 VGA connector.
1929 1934
1930config FB_METRONOME 1935config FB_AM200EPD
1931 tristate "Metronome display controller support" 1936 tristate "AM-200 E-Ink EPD devkit support"
1932 depends on FB && ARCH_PXA && MMU 1937 depends on FB && ARCH_PXA && MMU
1933 select FB_SYS_FILLRECT 1938 select FB_SYS_FILLRECT
1934 select FB_SYS_COPYAREA 1939 select FB_SYS_COPYAREA
1935 select FB_SYS_IMAGEBLIT 1940 select FB_SYS_IMAGEBLIT
1936 select FB_SYS_FOPS 1941 select FB_SYS_FOPS
1937 select FB_DEFERRED_IO 1942 select FB_DEFERRED_IO
1943 select FB_METRONOME
1938 help 1944 help
1939 This enables support for the Metronome display controller. Tested 1945 This enables support for the Metronome display controller used on
1940 with an E-Ink 800x600 display and Gumstix Connex through an AMLCD 1946 the E-Ink AM-200 EPD devkit.
1941 interface. Please read <file:Documentation/fb/metronomefb.txt>
1942 for more information.
1943 1947
1944config FB_VIRTUAL 1948config FB_VIRTUAL
1945 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 1949 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"