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 acddddac7ee4..7d4b96daad44 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -298,6 +298,13 @@ choice | |||
298 | Say Y here if you want kernel low-level debugging support | 298 | Say Y here if you want kernel low-level debugging support |
299 | on MVEBU based platforms. | 299 | on MVEBU based platforms. |
300 | 300 | ||
301 | config DEBUG_NOMADIK_UART | ||
302 | bool "Kernel low-level debugging messages via NOMADIK UART" | ||
303 | depends on ARCH_NOMADIK | ||
304 | help | ||
305 | Say Y here if you want kernel low-level debugging support | ||
306 | on NOMADIK based platforms. | ||
307 | |||
301 | config DEBUG_OMAP2PLUS_UART | 308 | config DEBUG_OMAP2PLUS_UART |
302 | bool "Kernel low-level debugging messages via OMAP2PLUS UART" | 309 | bool "Kernel low-level debugging messages via OMAP2PLUS UART" |
303 | depends on ARCH_OMAP2PLUS | 310 | depends on ARCH_OMAP2PLUS |
@@ -590,6 +597,7 @@ config DEBUG_LL_INCLUDE | |||
590 | DEBUG_IMX6Q_UART | 597 | DEBUG_IMX6Q_UART |
591 | default "debug/highbank.S" if DEBUG_HIGHBANK_UART | 598 | default "debug/highbank.S" if DEBUG_HIGHBANK_UART |
592 | default "debug/mvebu.S" if DEBUG_MVEBU_UART | 599 | default "debug/mvebu.S" if DEBUG_MVEBU_UART |
600 | default "debug/nomadik.S" if DEBUG_NOMADIK_UART | ||
593 | default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART | 601 | default "debug/omap2plus.S" if DEBUG_OMAP2PLUS_UART |
594 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART | 602 | default "debug/picoxcell.S" if DEBUG_PICOXCELL_UART |
595 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART | 603 | default "debug/socfpga.S" if DEBUG_SOCFPGA_UART |