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 e561adc1db0c..01a134141216 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -209,6 +209,14 @@ choice | |||
209 | Say Y here if you want kernel low-level debugging support | 209 | Say Y here if you want kernel low-level debugging support |
210 | on i.MX50 or i.MX53. | 210 | on i.MX50 or i.MX53. |
211 | 211 | ||
212 | config DEBUG_IMX6Q_UART2 | ||
213 | bool "i.MX6Q Debug UART2" | ||
214 | depends on SOC_IMX6Q | ||
215 | help | ||
216 | Say Y here if you want kernel low-level debugging support | ||
217 | on i.MX6Q UART2. This is correct for e.g. the SabreLite | ||
218 | board. | ||
219 | |||
212 | config DEBUG_IMX6Q_UART4 | 220 | config DEBUG_IMX6Q_UART4 |
213 | bool "i.MX6Q Debug UART4" | 221 | bool "i.MX6Q Debug UART4" |
214 | depends on SOC_IMX6Q | 222 | depends on SOC_IMX6Q |