diff options
author | Lauri Hintsala <lauri.hintsala@bluegiga.com> | 2012-02-03 16:20:34 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-02-04 07:35:54 +0800 |
commit | 79ce72aa2cf205cc1c1f7d9e898141c4d67da4af (patch) | |
tree | 7ae1ea4f566138edd401d2b3ad592ba2777150af /arch/arm/mach-mxs/Kconfig | |
parent | 5a91d7c8a654b2076e9f3b39544cb5e0a6c0aa3b (diff) | |
download | blackbird-obmc-linux-79ce72aa2cf205cc1c1f7d9e898141c4d67da4af.tar.gz blackbird-obmc-linux-79ce72aa2cf205cc1c1f7d9e898141c4d67da4af.zip |
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/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index cf00b3e3be85..c57f9964a713 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -83,6 +83,18 @@ config MODULE_M28 select MXS_HAVE_PLATFORM_MXSFB select MXS_OCOTP +config MODULE_APX4 + bool + select SOC_IMX28 + select LEDS_GPIO_REGISTER + select MXS_HAVE_AMBA_DUART + select MXS_HAVE_PLATFORM_AUART + select MXS_HAVE_PLATFORM_FEC + select MXS_HAVE_PLATFORM_MXS_I2C + select MXS_HAVE_PLATFORM_MXS_MMC + select MXS_HAVE_PLATFORM_MXS_SAIF + select MXS_OCOTP + config MACH_TX28 bool "Ka-Ro TX28 module" select MODULE_TX28 @@ -91,4 +103,8 @@ config MACH_M28EVK bool "Support DENX M28EVK Platform" select MODULE_M28 +config MACH_APX4DEVKIT + bool "Support Bluegiga APX4 Development Kit" + select MODULE_APX4 + endif |