blob: aafcb90eccdb44ee8d92b05f9140278e19e3e5e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- linux-2.6.17/drivers/video/Kconfig_orig 2006-07-02 23:34:29.000000000 +0000
+++ linux-2.6.17/drivers/video/Kconfig 2006-07-02 23:38:36.000000000 +0000
@@ -613,6 +613,17 @@
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
+ select FB_SOFT_CURSOR
+ 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
|