diff options
author | Lauri Hintsala <lauri.hintsala@bluegiga.com> | 2012-02-03 18:20:34 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-04 03:35:54 +0400 |
commit | 79ce72aa2cf205cc1c1f7d9e898141c4d67da4af (patch) | |
tree | 7ae1ea4f566138edd401d2b3ad592ba2777150af /arch/arm/mach-mxs/Makefile | |
parent | 5a91d7c8a654b2076e9f3b39544cb5e0a6c0aa3b (diff) | |
download | linux-79ce72aa2cf205cc1c1f7d9e898141c4d67da4af.tar.xz |
ARM: mxs: Add initial support for Bluegiga APX4 Development Kit
Added initial support for APX4 Development Kit with RTC, LED, Ethernet,
Audio, SDIO, I2C, DUART and AUART support.
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/Makefile')
-rw-r--r-- | arch/arm/mach-mxs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Makefile b/arch/arm/mach-mxs/Makefile index 8c93b24896bf..908bf9a567f1 100644 --- a/arch/arm/mach-mxs/Makefile +++ b/arch/arm/mach-mxs/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_MACH_STMP378X_DEVB) += mach-stmp378x_devb.o obj-$(CONFIG_MACH_MX23EVK) += mach-mx23evk.o obj-$(CONFIG_MACH_MX28EVK) += mach-mx28evk.o obj-$(CONFIG_MACH_M28EVK) += mach-m28evk.o +obj-$(CONFIG_MACH_APX4DEVKIT) += mach-apx4devkit.o obj-$(CONFIG_MODULE_TX28) += module-tx28.o obj-$(CONFIG_MACH_TX28) += mach-tx28.o |