Support for LCD on e740 e750 e400 and e800 e-series PDAs
authorIan Molton <spyro@f2s.com>
Thu, 10 Jul 2008 19:17:27 +0000 (20:17 +0100)
committerIan Molton <spyro@f2s.com>
Thu, 10 Jul 2008 19:17:27 +0000 (20:17 +0100)
Signed-off-by: Ian Molton <spyro@f2s.com>
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/Makefile
arch/arm/mach-pxa/e400_lcd.c [new file with mode: 0644]
arch/arm/mach-pxa/e740_lcd.c [new file with mode: 0644]
arch/arm/mach-pxa/e750_lcd.c [new file with mode: 0644]
arch/arm/mach-pxa/e800_lcd.c [new file with mode: 0644]

index 0c96229..55e8d2f 100644 (file)
@@ -136,6 +136,7 @@ config MACH_E740
        bool "Toshiba e740"
        default y
        depends on ARCH_PXA_ESERIES
+       select FB_W100
        help
          Say Y here if you intend to run this kernel on a Toshiba
          e740 family PDA.
@@ -144,6 +145,7 @@ config MACH_E750
        bool "Toshiba e750"
        default y
        depends on ARCH_PXA_ESERIES
+       select FB_W100
        help
          Say Y here if you intend to run this kernel on a Toshiba
          e750 family PDA.
@@ -160,6 +162,7 @@ config MACH_E800
        bool "Toshiba e800"
        default y
        depends on ARCH_PXA_ESERIES
+       select FB_W100
        help
          Say Y here if you intend to run this kernel on a Toshiba
          e800 family PDA.
index 9d4c393..f2b77ef 100644 (file)
@@ -37,6 +37,10 @@ obj-$(CONFIG_MACH_TOSA)              += tosa.o
 obj-$(CONFIG_MACH_EM_X270)     += em-x270.o
 obj-$(CONFIG_MACH_MAGICIAN)    += magician.o
 obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o eseries_udc.o
+obj-$(CONFIG_MACH_E740)                += e740_lcd.o
+obj-$(CONFIG_MACH_E750)                += e750_lcd.o
+obj-$(CONFIG_MACH_E400)                += e400_lcd.o
+obj-$(CONFIG_MACH_E800)                += e800_lcd.o
 
 ifeq ($(CONFIG_MACH_ZYLONITE),y)
   obj-y                                += zylonite.o
Simple merge
Simple merge
Simple merge
Simple merge