blob: 2f144a75931dc42e8258ed86353cf92f53dc79f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- linux-2.6.17-vanilla/drivers/video/Kconfig 2006-06-18 01:49:35.000000000 +0000
+++ linux-2.6.17/drivers/video/Kconfig 2006-07-10 17:06:11.000000000 +0000
@@ -613,6 +613,16 @@
framebuffer. Product specs at
<http://www.erd.epson.com/vdc/html/products.htm>.
+config FB_EPSON1356
+ bool "Epson 1356 framebuffer support"
+ depends on FB && ARM && SA1100_JORNADA720
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ help
+ Support for the 1356 framebuffer device on the HP Jornada
+ 710/720/728 hanheld pc.
+
config FB_S1D13XXX
tristate "Epson S1D13XXX framebuffer support"
depends on FB
|