diff options
author | Jürgen Schindele <linux@schindele.name> | 2008-10-07 10:40:18 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-07 10:53:56 +0100 |
commit | 2efa42f2fadc06f7ceee14834624d2911a9f11f1 (patch) | |
tree | d6cccdd549328756a3c765300e025a3b87daefc3 /drivers/pcmcia/Makefile | |
parent | 2532967147f750fa661bdc3d1f890314c37dda28 (diff) | |
download | linux-3.10-2efa42f2fadc06f7ceee14834624d2911a9f11f1.tar.gz linux-3.10-2efa42f2fadc06f7ceee14834624d2911a9f11f1.tar.bz2 linux-3.10-2efa42f2fadc06f7ceee14834624d2911a9f11f1.zip |
[ARM] 5294/1: Trizeps4 PCMCIA support
Support for Trizeps4 SOM PCMCIA
with ConXS or other baseboards.
with double GPIO-free fixed (sorry!)
replaces 5279/1
Signed-off-by: Jurgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/pcmcia/Makefile')
-rw-r--r-- | drivers/pcmcia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pcmcia/Makefile b/drivers/pcmcia/Makefile index 269a9e913ba..fcef1708290 100644 --- a/drivers/pcmcia/Makefile +++ b/drivers/pcmcia/Makefile @@ -71,6 +71,7 @@ sa1100_cs-$(CONFIG_SA1100_SIMPAD) += sa1100_simpad.o pxa2xx_cs-$(CONFIG_ARCH_LUBBOCK) += pxa2xx_lubbock.o sa1111_generic.o pxa2xx_cs-$(CONFIG_MACH_MAINSTONE) += pxa2xx_mainstone.o pxa2xx_cs-$(CONFIG_PXA_SHARPSL) += pxa2xx_sharpsl.o +pxa2xx_cs-$(CONFIG_TRIZEPS_PCMCIA) += pxa2xx_trizeps.o pxa2xx_cs-$(CONFIG_MACH_ARMCORE) += pxa2xx_cm_x270.o pxa2xx_cs-$(CONFIG_MACH_PALMTX) += pxa2xx_palmtx.o |