summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorEric Bénard2010-05-19 18:45:59 +0200
committerSascha Hauer2010-07-26 14:17:39 +0200
commit2d66c7803595da0d4bcd949825d598575f5de9e6 (patch)
treed5ddf60d0829ccdc938a64297d4d8577bb2fcd74 /arch/arm/mach-mx2/Kconfig
parenteukrea_mbimx27-baseboard: add timings for DVI output (diff)
downloadkernel-qcow2-linux-2d66c7803595da0d4bcd949825d598575f5de9e6.tar.gz
kernel-qcow2-linux-2d66c7803595da0d4bcd949825d598575f5de9e6.tar.xz
kernel-qcow2-linux-2d66c7803595da0d4bcd949825d598575f5de9e6.zip
cpuimx27 and mbimx27: allow fine control of UART4 and SDHC2 usage
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r--arch/arm/mach-mx2/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index 742fd4e6dcb9..9d3a9091dd74 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -67,9 +67,16 @@ config MACH_EUKREA_CPUIMX27_USESDHC2
bool "CPUIMX27 integrates SDHC2 module"
depends on MACH_CPUIMX27
help
- This adds support for the internal SDHC2 used on CPUIMX27 used
+ This adds support for the internal SDHC2 used on CPUIMX27
for wifi or eMMC.
+config MACH_EUKREA_CPUIMX27_USEUART4
+ bool "CPUIMX27 integrates UART4 module"
+ depends on MACH_CPUIMX27
+ help
+ This adds support for the internal UART4 used on CPUIMX27
+ for bluetooth.
+
choice
prompt "Baseboard"
depends on MACH_CPUIMX27