diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-10-02 03:09:11 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:26:21 -0400 |
commit | bac89d754ba333453576fd38eb6073d7f89818fe (patch) | |
tree | b53d79778a231d9cb62cacd97910e03ac93da921 /arch/arm/Kconfig.debug | |
parent | 7d740f87fd0741c00231a4b13074660d526d5630 (diff) |
arm/imx6q: add core definitions and low-level debug uart
It adds the core definitions and low-level debug uart support
for imx6q.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 13c0631e6e95..a1cb48497312 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -184,6 +184,13 @@ choice | |||
184 | Say Y here if you want kernel low-level debugging support | 184 | Say Y here if you want kernel low-level debugging support |
185 | on i.MX50 or i.MX53. | 185 | on i.MX50 or i.MX53. |
186 | 186 | ||
187 | config DEBUG_IMX6Q_UART | ||
188 | bool "i.MX6Q Debug UART" | ||
189 | depends on SOC_IMX6Q | ||
190 | help | ||
191 | Say Y here if you want kernel low-level debugging support | ||
192 | on i.MX6Q. | ||
193 | |||
187 | config DEBUG_S3C_UART0 | 194 | config DEBUG_S3C_UART0 |
188 | depends on PLAT_SAMSUNG | 195 | depends on PLAT_SAMSUNG |
189 | bool "Use S3C UART 0 for low-level debug" | 196 | bool "Use S3C UART 0 for low-level debug" |