aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorJaya Kumar <jayakumar.lkml@gmail.com>2008-08-17 00:59:32 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-08-26 12:01:14 -0400
commit922613436ae562a2903698f3a6e16998382a549d (patch)
tree164fbd6eee7ef7d70ac4dd353449069c02b365b6 /arch/arm/mach-pxa/Kconfig
parente935508515cc5592d7c80d7f51f21103f73efb2d (diff)
[ARM] 5200/1: am200epd: use fb notifiers and gpio api
The original am200epd driver was designed with bad assumptions. It manipulated GPSR/GPLR registers directly. It relied on direct access to the pxa LCDC registers which have since conflicted with commit ce4fb7b892a6d6c6a0f87366b26fd834d2923dd7 . This patch moves it into mach-pxa and overhauls it to use a fb obtained through fb notifiers. It now uses the generic GPIO api. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl> Acked-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e8ee7ec9ff6d..2c4851a35308 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -256,6 +256,9 @@ config PCM990_DISPLAY_NONE
256 256
257endchoice 257endchoice
258 258
259config MACH_AM200EPD
260 depends on MACH_GUMSTIX_F
261 bool "Enable AM200EPD board support"
259 262
260config PXA_EZX 263config PXA_EZX
261 bool "Motorola EZX Platform" 264 bool "Motorola EZX Platform"