summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch b/extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch
new file mode 100644
index 00000000..845a4f9c
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap/linus/0001-ARM-pxa-PXA_ESERIES-depends-on-FB_W100.patch
@@ -0,0 +1,29 @@
1From 679fd7bc2af7980a4b9360ff42f515c3cc4e3674 Mon Sep 17 00:00:00 2001
2From: Lennert Buytenhek <buytenh@wantstofly.org>
3Date: Wed, 15 Dec 2010 07:20:16 +0800
4Subject: [PATCH 01/65] ARM: pxa: PXA_ESERIES depends on FB_W100.
5
6As arch/arm/mach-pxa/eseries.c references w100fb_gpio_{read,write}()
7directly.
8
9Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
10Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
11---
12 arch/arm/mach-pxa/Kconfig | 1 +
13 1 files changed, 1 insertions(+), 0 deletions(-)
14
15diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
16index dd235ec..c93e73d 100644
17--- a/arch/arm/mach-pxa/Kconfig
18+++ b/arch/arm/mach-pxa/Kconfig
19@@ -540,6 +540,7 @@ config MACH_ICONTROL
20 config ARCH_PXA_ESERIES
21 bool "PXA based Toshiba e-series PDAs"
22 select PXA25x
23+ select FB_W100
24
25 config MACH_E330
26 bool "Toshiba e330"
27--
281.6.6.1
29