diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2013-12-20 02:01:41 -0500 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2014-09-03 09:10:46 -0400 |
commit | c9a1df48a97ac9141540f177e4293a9966348f8c (patch) | |
tree | 060362ec59d8c74bf2465db87ec231fde1ed114e /arch/arm/Kconfig.debug | |
parent | 2a07975bf1f180777640e2e298c6cb7fdd2da314 (diff) |
ARM: debug: add HiP04 debug uart
Add the support of Hisilicon HiP04 debug uart.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index b11ad54f8d17..59a6dabaf28d 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -231,6 +231,14 @@ choice | |||
231 | Say Y here if you want kernel low-level debugging support | 231 | Say Y here if you want kernel low-level debugging support |
232 | on Hix5hd2 UART. | 232 | on Hix5hd2 UART. |
233 | 233 | ||
234 | config DEBUG_HIP04_UART | ||
235 | bool "Hisilicon HiP04 Debug UART" | ||
236 | depends on ARCH_HIP04 | ||
237 | select DEBUG_UART_8250 | ||
238 | help | ||
239 | Say Y here if you want kernel low-level debugging support | ||
240 | on HIP04 UART. | ||
241 | |||
234 | config DEBUG_HIGHBANK_UART | 242 | config DEBUG_HIGHBANK_UART |
235 | bool "Kernel low-level debugging messages via Highbank UART" | 243 | bool "Kernel low-level debugging messages via Highbank UART" |
236 | depends on ARCH_HIGHBANK | 244 | depends on ARCH_HIGHBANK |
@@ -1109,6 +1117,7 @@ config DEBUG_UART_PHYS | |||
1109 | default 0xd4017000 if DEBUG_MMP_UART2 | 1117 | default 0xd4017000 if DEBUG_MMP_UART2 |
1110 | default 0xd4018000 if DEBUG_MMP_UART3 | 1118 | default 0xd4018000 if DEBUG_MMP_UART3 |
1111 | default 0xe0000000 if ARCH_SPEAR13XX | 1119 | default 0xe0000000 if ARCH_SPEAR13XX |
1120 | default 0xe4007000 if DEBUG_HIP04_UART | ||
1112 | default 0xf0000be0 if ARCH_EBSA110 | 1121 | default 0xf0000be0 if ARCH_EBSA110 |
1113 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE | 1122 | default 0xf1012000 if DEBUG_MVEBU_UART_ALTERNATE |
1114 | default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \ | 1123 | default 0xf1012000 if ARCH_DOVE || ARCH_MV78XX0 || \ |
@@ -1152,6 +1161,7 @@ config DEBUG_UART_VIRT | |||
1152 | default 0xf7008000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART2 || \ | 1161 | default 0xf7008000 if DEBUG_S3C24XX_UART && (DEBUG_S3C_UART2 || \ |
1153 | DEBUG_S3C2410_UART2) | 1162 | DEBUG_S3C2410_UART2) |
1154 | default 0xf7fc9000 if DEBUG_BERLIN_UART | 1163 | default 0xf7fc9000 if DEBUG_BERLIN_UART |
1164 | default 0xf8007000 if DEBUG_HIP04_UART | ||
1155 | default 0xf8009000 if DEBUG_VEXPRESS_UART0_CA9 | 1165 | default 0xf8009000 if DEBUG_VEXPRESS_UART0_CA9 |
1156 | default 0xf8090000 if DEBUG_VEXPRESS_UART0_RS1 | 1166 | default 0xf8090000 if DEBUG_VEXPRESS_UART0_RS1 |
1157 | default 0xfa71e000 if DEBUG_QCOM_UARTDM | 1167 | default 0xfa71e000 if DEBUG_QCOM_UARTDM |