]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/Kconfig.debug
ENGR00321358-2 dts: imx6sx: change m_can message ram to a small size
[karo-tx-linux.git] / arch / arm / Kconfig.debug
index 0531da8e5216e442ee1f9c8878e4fb9d84611581..8f50cce7ed77a3113cf524a58b9cb1c65d03bf7d 100644 (file)
@@ -321,6 +321,13 @@ choice
                  Say Y here if you want kernel low-level debugging support
                  on i.MX6SL.
 
+       config DEBUG_IMX6SX_UART
+               bool "i.MX6SX Debug UART"
+               depends on SOC_IMX6SX
+               help
+                 Say Y here if you want kernel low-level debugging support
+                 on i.MX6SX.
+
        config DEBUG_KEYSTONE_UART0
                bool "Kernel low-level debugging on KEYSTONE2 using UART0"
                depends on ARCH_KEYSTONE
@@ -939,7 +946,8 @@ config DEBUG_IMX_UART_PORT
                                                DEBUG_IMX51_UART || \
                                                DEBUG_IMX53_UART || \
                                                DEBUG_IMX6Q_UART || \
-                                               DEBUG_IMX6SL_UART
+                                               DEBUG_IMX6SL_UART || \
+                                               DEBUG_IMX6SX_UART
        default 1
        depends on ARCH_MXC
        help
@@ -974,7 +982,8 @@ config DEBUG_LL_INCLUDE
                                 DEBUG_IMX51_UART || \
                                 DEBUG_IMX53_UART ||\
                                 DEBUG_IMX6Q_UART || \
-                                DEBUG_IMX6SL_UART
+                                DEBUG_IMX6SL_UART || \
+                                DEBUG_IMX6SX_UART
        default "debug/msm.S" if DEBUG_MSM_UART
        default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART
        default "debug/sirf.S" if DEBUG_SIRFPRIMA2_UART1 || DEBUG_SIRFMARCO_UART1