diff options
author | Eric Bénard <eric@eukrea.com> | 2010-05-19 12:45:59 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 08:17:39 -0400 |
commit | 2d66c7803595da0d4bcd949825d598575f5de9e6 (patch) | |
tree | d5ddf60d0829ccdc938a64297d4d8577bb2fcd74 /arch/arm/mach-mx2/Kconfig | |
parent | a465242eb03906ff3a0c04102c6353080f8e535f (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/Kconfig | 9 |
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 | ||
73 | config 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 | |||
73 | choice | 80 | choice |
74 | prompt "Baseboard" | 81 | prompt "Baseboard" |
75 | depends on MACH_CPUIMX27 | 82 | depends on MACH_CPUIMX27 |