diff options
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 |