diff options
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index e34d24949c6a..3092052bb285 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -117,16 +117,19 @@ choice | |||
117 | config AT91_DEBUG_LL_DBGU0 | 117 | config AT91_DEBUG_LL_DBGU0 |
118 | bool "Kernel low-level debugging on rm9200, 9260/9g20, 9261/9g10, 9rl, 9x5, 9n12" | 118 | bool "Kernel low-level debugging on rm9200, 9260/9g20, 9261/9g10, 9rl, 9x5, 9n12" |
119 | select DEBUG_AT91_UART | 119 | select DEBUG_AT91_UART |
120 | depends on ARCH_AT91 | ||
120 | depends on HAVE_AT91_DBGU0 | 121 | depends on HAVE_AT91_DBGU0 |
121 | 122 | ||
122 | config AT91_DEBUG_LL_DBGU1 | 123 | config AT91_DEBUG_LL_DBGU1 |
123 | bool "Kernel low-level debugging on 9263, 9g45 and sama5d3" | 124 | bool "Kernel low-level debugging on 9263, 9g45 and sama5d3" |
124 | select DEBUG_AT91_UART | 125 | select DEBUG_AT91_UART |
126 | depends on ARCH_AT91 | ||
125 | depends on HAVE_AT91_DBGU1 | 127 | depends on HAVE_AT91_DBGU1 |
126 | 128 | ||
127 | config AT91_DEBUG_LL_DBGU2 | 129 | config AT91_DEBUG_LL_DBGU2 |
128 | bool "Kernel low-level debugging on sama5d4" | 130 | bool "Kernel low-level debugging on sama5d4" |
129 | select DEBUG_AT91_UART | 131 | select DEBUG_AT91_UART |
132 | depends on ARCH_AT91 | ||
130 | depends on HAVE_AT91_DBGU2 | 133 | depends on HAVE_AT91_DBGU2 |
131 | 134 | ||
132 | config DEBUG_BCM2835 | 135 | config DEBUG_BCM2835 |
@@ -1112,6 +1115,10 @@ choice | |||
1112 | 1115 | ||
1113 | endchoice | 1116 | endchoice |
1114 | 1117 | ||
1118 | config DEBUG_AT91_UART | ||
1119 | bool | ||
1120 | depends on ARCH_AT91 | ||
1121 | |||
1115 | config DEBUG_EXYNOS_UART | 1122 | config DEBUG_EXYNOS_UART |
1116 | bool | 1123 | bool |
1117 | 1124 | ||
@@ -1168,8 +1175,7 @@ config DEBUG_LL_INCLUDE | |||
1168 | string | 1175 | string |
1169 | default "debug/sa1100.S" if DEBUG_SA1100 | 1176 | default "debug/sa1100.S" if DEBUG_SA1100 |
1170 | default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250 | 1177 | default "debug/8250.S" if DEBUG_LL_UART_8250 || DEBUG_UART_8250 |
1171 | default "debug/at91.S" if AT91_DEBUG_LL_DBGU0 || AT91_DEBUG_LL_DBGU1 || \ | 1178 | default "debug/at91.S" if DEBUG_AT91_UART |
1172 | AT91_DEBUG_LL_DBGU2 | ||
1173 | default "debug/asm9260.S" if DEBUG_ASM9260_UART | 1179 | default "debug/asm9260.S" if DEBUG_ASM9260_UART |
1174 | default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2 | 1180 | default "debug/clps711x.S" if DEBUG_CLPS711X_UART1 || DEBUG_CLPS711X_UART2 |
1175 | default "debug/meson.S" if DEBUG_MESON_UARTAO | 1181 | default "debug/meson.S" if DEBUG_MESON_UARTAO |