aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-05-19 12:45:59 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2010-07-26 08:17:39 -0400
commit2d66c7803595da0d4bcd949825d598575f5de9e6 (patch)
treed5ddf60d0829ccdc938a64297d4d8577bb2fcd74 /arch/arm/mach-mx2/Kconfig
parenta465242eb03906ff3a0c04102c6353080f8e535f (diff)
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
67 bool "CPUIMX27 integrates SDHC2 module" 67 bool "CPUIMX27 integrates SDHC2 module"
68 depends on MACH_CPUIMX27 68 depends on MACH_CPUIMX27
69 help 69 help
70 This adds support for the internal SDHC2 used on CPUIMX27 used 70 This adds support for the internal SDHC2 used on CPUIMX27
71 for wifi or eMMC. 71 for wifi or eMMC.
72 72
73config MACH_EUKREA_CPUIMX27_USEUART4
74 bool "CPUIMX27 integrates UART4 module"
75 depends on MACH_CPUIMX27
76 help
77 This adds support for the internal UART4 used on CPUIMX27
78 for bluetooth.
79
73choice 80choice
74 prompt "Baseboard" 81 prompt "Baseboard"
75 depends on MACH_CPUIMX27 82 depends on MACH_CPUIMX27