summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-02-08 00:20:38 +0100
committerOlof Johansson <olof@lixom.net>2012-02-08 00:20:38 +0100
commitd052e161c4067cf21daacb1de960a1e449babfe4 (patch)
tree7a2c24d269b5b631439d4d02345feeec98977ece /arch/arm/mach-mxs/Kconfig
parentMerge tag 'v3.3-rc2' into depends/rmk/for-armsoc (diff)
parentARM: mxs: Add initial support for Bluegiga APX4 Development Kit (diff)
downloadlinux-d052e161c4067cf21daacb1de960a1e449babfe4.tar.xz
linux-d052e161c4067cf21daacb1de960a1e449babfe4.zip
Merge branch 'mxs/boards' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/boards
* 'mxs/boards' of git://git.linaro.org/people/shawnguo/linux-2.6: ARM: mxs: Add initial support for Bluegiga APX4 Development Kit ARM: mxs: read correct values when setting up MAC ARM: mx28evk: Simplify GPIO requests ARM: mx28: Remove duplicate OCOTP error message ARM: mxs: detect SoC by checking CHIPID register
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r--arch/arm/mach-mxs/Kconfig16
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