diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-18 20:45:49 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-18 20:45:49 +0000 |
commit | 900401e5b0d1aa363ff7c5739c1213e94713ea64 (patch) | |
tree | f89c19f0d66db6daf818b39afb1bdeff9433aedb /target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch | |
parent | 174cd5589c8826482eaba76787e115464d0942c3 (diff) | |
download | upstream-900401e5b0d1aa363ff7c5739c1213e94713ea64.tar.gz upstream-900401e5b0d1aa363ff7c5739c1213e94713ea64.tar.bz2 upstream-900401e5b0d1aa363ff7c5739c1213e94713ea64.zip |
pxa: add support for kernel 3.10
This is compile tested only, please run test and report back.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch')
-rw-r--r-- | target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch b/target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch new file mode 100644 index 0000000000..bfba17e0cb --- /dev/null +++ b/target/linux/pxa/patches-3.10/002-verdex_lcd_support.patch @@ -0,0 +1,52 @@ +From eb92a178eceae4e5d18bbb442b8e44cb88457d60 Mon Sep 17 00:00:00 2001 +From: Joseph Kortje <jpktech@rogers.com> +Date: Wed, 28 Oct 2009 21:25:57 -0400 +Subject: [PATCH] [ARM] Gumstix Verdex LCD config options + +add options to Kconfig for Verdex LCD support + +Signed-off-by: Bobby Powers <bobbypowers@gmail.com> +--- + drivers/video/Kconfig | 31 +++++++++++++++++++++++++++++++ + 1 files changed, 31 insertions(+), 0 deletions(-) + +--- a/drivers/video/Kconfig ++++ b/drivers/video/Kconfig +@@ -1905,6 +1905,37 @@ config FB_PXA + say M here and read <file:Documentation/kbuild/modules.txt>. + + If unsure, say N. ++choice ++ depends on FB_PXA ++ prompt "LCD Panel" ++ default FB_PXA_SAMSUNG_LTE430WQ_F0C ++ ++config FB_PXA_ALPS_CDOLLAR ++ boolean "Chris Dollar's ALPS screen" ++ ---help--- ++ Enable definitions (over-ridable on the kernel command line if ++ "PXA LCD command line parameters" is also selected) for an ALPS ++ screen which Chris Dollar uses ++ ++config FB_PXA_SHARP_LQ043_PSP ++ boolean "SHARP LQ043... series" ++ ---help--- ++ Enable definitions (over-ridable on the kernel command line if ++ "PXA LCD command line parameters" is also selected) for a SHARP ++ LQ043... screen, such as the one used by the PSP. These screens are ++ the ones normally sold by gumstix with its boards. ++ ++config FB_PXA_SAMSUNG_LTE430WQ_F0C ++ boolean "Samsung LTE430WQ-F0C (standard gumstix LCD)" ++ ---help--- ++ Enable definitions for a Samsung LTE430WQ-F0C LCD panel, such as the ones resold ++ by gumstix for use with their "LCD-Ready" boards. ++ ++config FB_PXA_NONEOFTHEABOVE ++ boolean "None of the above" ++ ++endchoice ++ + + config FB_PXA_OVERLAY + bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" |