diff options
Diffstat (limited to 'recipes/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Video-Jornada720.patch')
-rw-r--r-- | recipes/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Video-Jornada720.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Video-Jornada720.patch b/recipes/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Video-Jornada720.patch new file mode 100644 index 0000000000..2f144a7593 --- /dev/null +++ b/recipes/linux/linux-jlime-jornada7xx-2.6.17/Kconfig-Video-Jornada720.patch @@ -0,0 +1,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 |