mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 22:37:56 +00:00
88867c1d96
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
30 lines
856 B
Diff
30 lines
856 B
Diff
From 679fd7bc2af7980a4b9360ff42f515c3cc4e3674 Mon Sep 17 00:00:00 2001
|
|
From: Lennert Buytenhek <buytenh@wantstofly.org>
|
|
Date: Wed, 15 Dec 2010 07:20:16 +0800
|
|
Subject: [PATCH 01/65] ARM: pxa: PXA_ESERIES depends on FB_W100.
|
|
|
|
As arch/arm/mach-pxa/eseries.c references w100fb_gpio_{read,write}()
|
|
directly.
|
|
|
|
Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
|
|
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
|
|
---
|
|
arch/arm/mach-pxa/Kconfig | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
|
|
index dd235ec..c93e73d 100644
|
|
--- a/arch/arm/mach-pxa/Kconfig
|
|
+++ b/arch/arm/mach-pxa/Kconfig
|
|
@@ -540,6 +540,7 @@ config MACH_ICONTROL
|
|
config ARCH_PXA_ESERIES
|
|
bool "PXA based Toshiba e-series PDAs"
|
|
select PXA25x
|
|
+ select FB_W100
|
|
|
|
config MACH_E330
|
|
bool "Toshiba e330"
|
|
--
|
|
1.6.6.1
|
|
|