diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index e6a6ab1b10d7..d2b000a31b47 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -251,6 +251,20 @@ choice | |||
251 | Say Y here if you want kernel low-level debugging support | 251 | Say Y here if you want kernel low-level debugging support |
252 | on i.MX6Q/DL. | 252 | on i.MX6Q/DL. |
253 | 253 | ||
254 | config DEBUG_KEYSTONE_UART0 | ||
255 | bool "Kernel low-level debugging on KEYSTONE2 using UART0" | ||
256 | depends on ARCH_KEYSTONE | ||
257 | help | ||
258 | Say Y here if you want the debug print routines to direct | ||
259 | their output to UART0 serial port on KEYSTONE2 devices. | ||
260 | |||
261 | config DEBUG_KEYSTONE_UART1 | ||
262 | bool "Kernel low-level debugging on KEYSTONE2 using UART1" | ||
263 | depends on ARCH_KEYSTONE | ||
264 | help | ||
265 | Say Y here if you want the debug print routines to direct | ||
266 | their output to UART1 serial port on KEYSTONE2 devices. | ||
267 | |||
254 | config DEBUG_MMP_UART2 | 268 | config DEBUG_MMP_UART2 |
255 | bool "Kernel low-level debugging message via MMP UART2" | 269 | bool "Kernel low-level debugging message via MMP UART2" |
256 | depends on ARCH_MMP | 270 | depends on ARCH_MMP |
@@ -657,6 +671,8 @@ config DEBUG_LL_INCLUDE | |||
657 | DEBUG_IMX51_UART || \ | 671 | DEBUG_IMX51_UART || \ |
658 | DEBUG_IMX53_UART ||\ | 672 | DEBUG_IMX53_UART ||\ |
659 | DEBUG_IMX6Q_UART | 673 | DEBUG_IMX6Q_UART |
674 | default "debug/keystone.S" if DEBUG_KEYSTONE_UART0 || \ | ||
675 | DEBUG_KEYSTONE_UART1 | ||
660 | default "debug/mvebu.S" if DEBUG_MVEBU_UART || \ | 676 | default "debug/mvebu.S" if DEBUG_MVEBU_UART || \ |
661 | DEBUG_MVEBU_UART_ALTERNATE | 677 | DEBUG_MVEBU_UART_ALTERNATE |
662 | default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART | 678 | default "debug/mxs.S" if DEBUG_IMX23_UART || DEBUG_IMX28_UART |