diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 85348a09d655..0f876c20bb1e 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -180,6 +180,14 @@ choice | |||
180 | Say Y here if you want kernel low-level debugging support | 180 | Say Y here if you want kernel low-level debugging support |
181 | on i.MX50 or i.MX53. | 181 | on i.MX50 or i.MX53. |
182 | 182 | ||
183 | config DEBUG_IMX6Q_UART2 | ||
184 | bool "i.MX6Q Debug UART2" | ||
185 | depends on SOC_IMX6Q | ||
186 | help | ||
187 | Say Y here if you want kernel low-level debugging support | ||
188 | on i.MX6Q UART2. This is correct for e.g. the SabreLite | ||
189 | board. | ||
190 | |||
183 | config DEBUG_IMX6Q_UART4 | 191 | config DEBUG_IMX6Q_UART4 |
184 | bool "i.MX6Q Debug UART4" | 192 | bool "i.MX6Q Debug UART4" |
185 | depends on SOC_IMX6Q | 193 | depends on SOC_IMX6Q |