diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-07-16 11:08:14 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-07-26 07:07:09 -0400 |
commit | aa9c4f740d821b623eb5f313538ac2912ebcb2d0 (patch) | |
tree | d2023905e70cf5681c60659e0448274885b56aec | |
parent | 198946b1beda18963aa905730b6c4bcb9f71dab4 (diff) |
ARM: rockchip: clarify usability of DEBUG_RK3X_UART debug_ll options
The debug uart settings from the DEBUG_RK3X_UART options are usable on
all Rockchip SoCs from the rk30xx and rk31xx series but not on the
new rk3288 SoCs. Thus clarify their use to prevent confusion.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/Kconfig.debug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 8f90595069a1..a8dbf5e51d11 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -582,7 +582,7 @@ choice | |||
582 | on Rockchip based platforms. | 582 | on Rockchip based platforms. |
583 | 583 | ||
584 | config DEBUG_RK3X_UART0 | 584 | config DEBUG_RK3X_UART0 |
585 | bool "Kernel low-level debugging messages via Rockchip RK3X UART0" | 585 | bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART0" |
586 | depends on ARCH_ROCKCHIP | 586 | depends on ARCH_ROCKCHIP |
587 | select DEBUG_UART_8250 | 587 | select DEBUG_UART_8250 |
588 | help | 588 | help |
@@ -590,7 +590,7 @@ choice | |||
590 | on Rockchip based platforms. | 590 | on Rockchip based platforms. |
591 | 591 | ||
592 | config DEBUG_RK3X_UART1 | 592 | config DEBUG_RK3X_UART1 |
593 | bool "Kernel low-level debugging messages via Rockchip RK3X UART1" | 593 | bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART1" |
594 | depends on ARCH_ROCKCHIP | 594 | depends on ARCH_ROCKCHIP |
595 | select DEBUG_UART_8250 | 595 | select DEBUG_UART_8250 |
596 | help | 596 | help |
@@ -598,7 +598,7 @@ choice | |||
598 | on Rockchip based platforms. | 598 | on Rockchip based platforms. |
599 | 599 | ||
600 | config DEBUG_RK3X_UART2 | 600 | config DEBUG_RK3X_UART2 |
601 | bool "Kernel low-level debugging messages via Rockchip RK3X UART2" | 601 | bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART2" |
602 | depends on ARCH_ROCKCHIP | 602 | depends on ARCH_ROCKCHIP |
603 | select DEBUG_UART_8250 | 603 | select DEBUG_UART_8250 |
604 | help | 604 | help |
@@ -606,7 +606,7 @@ choice | |||
606 | on Rockchip based platforms. | 606 | on Rockchip based platforms. |
607 | 607 | ||
608 | config DEBUG_RK3X_UART3 | 608 | config DEBUG_RK3X_UART3 |
609 | bool "Kernel low-level debugging messages via Rockchip RK3X UART3" | 609 | bool "Kernel low-level debugging messages via Rockchip RK30/RK31 UART3" |
610 | depends on ARCH_ROCKCHIP | 610 | depends on ARCH_ROCKCHIP |
611 | select DEBUG_UART_8250 | 611 | select DEBUG_UART_8250 |
612 | help | 612 | help |