diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-13 15:37:09 (GMT) |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-23 01:57:54 (GMT) |
commit | 5fc9f9a1deefc9999af721fba249cd58ee7e273b (patch) | |
tree | 2c9a31bb6a74ba8580b0d9155149f180bbdf8648 /arch/arm/mach-pxa/Makefile | |
parent | 5c0dbb8fc2b36619684cbb7486491ecac950a595 (diff) | |
download | linux-5fc9f9a1deefc9999af721fba249cd58ee7e273b.tar.xz |
[ARM] pxa: add basic support for Colibri PXA300 module
This patch add basic support for Toradex' Colibri PXA300 module.
Ethernet is enabled conditionally, depdending on CONFIG_AX88796.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index fbbda93..df6534b 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile @@ -36,6 +36,7 @@ obj-$(CONFIG_MACH_MP900C) += mp900.o obj-$(CONFIG_ARCH_PXA_IDP) += idp.o obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o obj-$(CONFIG_MACH_COLIBRI) += colibri-pxa270.o +obj-$(CONFIG_MACH_COLIBRI300) += colibri-pxa300.o obj-$(CONFIG_MACH_H5000) += h5000.o obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o sharpsl_pm.o corgi_pm.o obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o sharpsl_pm.o spitz_pm.o |