diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-07-07 10:59:24 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-08-25 12:11:08 -0400 |
commit | 99166883376e40717d11c98ddcb724ab966de0b6 (patch) | |
tree | 1fb90a7f8b05fe131a557acdfc0fd3fb86014816 | |
parent | f8f1279ce06a6dcc959fe23de5126c1945065c8c (diff) |
ARM: debug: remove DEBUG_ROCKCHIP_UART
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig.debug | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 80374fca8388..8a8df447670b 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -492,7 +492,6 @@ choice | |||
492 | config DEBUG_RK29_UART0 | 492 | config DEBUG_RK29_UART0 |
493 | bool "Kernel low-level debugging messages via Rockchip RK29 UART0" | 493 | bool "Kernel low-level debugging messages via Rockchip RK29 UART0" |
494 | depends on ARCH_ROCKCHIP | 494 | depends on ARCH_ROCKCHIP |
495 | select DEBUG_ROCKCHIP_UART | ||
496 | select DEBUG_UART_8250 | 495 | select DEBUG_UART_8250 |
497 | help | 496 | help |
498 | Say Y here if you want kernel low-level debugging support | 497 | Say Y here if you want kernel low-level debugging support |
@@ -501,7 +500,6 @@ choice | |||
501 | config DEBUG_RK29_UART1 | 500 | config DEBUG_RK29_UART1 |
502 | bool "Kernel low-level debugging messages via Rockchip RK29 UART1" | 501 | bool "Kernel low-level debugging messages via Rockchip RK29 UART1" |
503 | depends on ARCH_ROCKCHIP | 502 | depends on ARCH_ROCKCHIP |
504 | select DEBUG_ROCKCHIP_UART | ||
505 | select DEBUG_UART_8250 | 503 | select DEBUG_UART_8250 |
506 | help | 504 | help |
507 | Say Y here if you want kernel low-level debugging support | 505 | Say Y here if you want kernel low-level debugging support |
@@ -510,7 +508,6 @@ choice | |||
510 | config DEBUG_RK29_UART2 | 508 | config DEBUG_RK29_UART2 |
511 | bool "Kernel low-level debugging messages via Rockchip RK29 UART2" | 509 | bool "Kernel low-level debugging messages via Rockchip RK29 UART2" |
512 | depends on ARCH_ROCKCHIP | 510 | depends on ARCH_ROCKCHIP |
513 | select DEBUG_ROCKCHIP_UART | ||
514 | select DEBUG_UART_8250 | 511 | select DEBUG_UART_8250 |
515 | help | 512 | help |
516 | Say Y here if you want kernel low-level debugging support | 513 | Say Y here if you want kernel low-level debugging support |
@@ -519,7 +516,6 @@ choice | |||
519 | config DEBUG_RK3X_UART0 | 516 | config DEBUG_RK3X_UART0 |
520 | bool "Kernel low-level debugging messages via Rockchip RK3X UART0" | 517 | bool "Kernel low-level debugging messages via Rockchip RK3X UART0" |
521 | depends on ARCH_ROCKCHIP | 518 | depends on ARCH_ROCKCHIP |
522 | select DEBUG_ROCKCHIP_UART | ||
523 | select DEBUG_UART_8250 | 519 | select DEBUG_UART_8250 |
524 | help | 520 | help |
525 | Say Y here if you want kernel low-level debugging support | 521 | Say Y here if you want kernel low-level debugging support |
@@ -528,7 +524,6 @@ choice | |||
528 | config DEBUG_RK3X_UART1 | 524 | config DEBUG_RK3X_UART1 |
529 | bool "Kernel low-level debugging messages via Rockchip RK3X UART1" | 525 | bool "Kernel low-level debugging messages via Rockchip RK3X UART1" |
530 | depends on ARCH_ROCKCHIP | 526 | depends on ARCH_ROCKCHIP |
531 | select DEBUG_ROCKCHIP_UART | ||
532 | select DEBUG_UART_8250 | 527 | select DEBUG_UART_8250 |
533 | help | 528 | help |
534 | Say Y here if you want kernel low-level debugging support | 529 | Say Y here if you want kernel low-level debugging support |
@@ -537,7 +532,6 @@ choice | |||
537 | config DEBUG_RK3X_UART2 | 532 | config DEBUG_RK3X_UART2 |
538 | bool "Kernel low-level debugging messages via Rockchip RK3X UART2" | 533 | bool "Kernel low-level debugging messages via Rockchip RK3X UART2" |
539 | depends on ARCH_ROCKCHIP | 534 | depends on ARCH_ROCKCHIP |
540 | select DEBUG_ROCKCHIP_UART | ||
541 | select DEBUG_UART_8250 | 535 | select DEBUG_UART_8250 |
542 | help | 536 | help |
543 | Say Y here if you want kernel low-level debugging support | 537 | Say Y here if you want kernel low-level debugging support |
@@ -546,7 +540,6 @@ choice | |||
546 | config DEBUG_RK3X_UART3 | 540 | config DEBUG_RK3X_UART3 |
547 | bool "Kernel low-level debugging messages via Rockchip RK3X UART3" | 541 | bool "Kernel low-level debugging messages via Rockchip RK3X UART3" |
548 | depends on ARCH_ROCKCHIP | 542 | depends on ARCH_ROCKCHIP |
549 | select DEBUG_ROCKCHIP_UART | ||
550 | select DEBUG_UART_8250 | 543 | select DEBUG_UART_8250 |
551 | help | 544 | help |
552 | Say Y here if you want kernel low-level debugging support | 545 | Say Y here if you want kernel low-level debugging support |
@@ -857,10 +850,6 @@ config DEBUG_IMX_UART_PORT | |||
857 | Choose UART port on which kernel low-level debug messages | 850 | Choose UART port on which kernel low-level debug messages |
858 | should be output. | 851 | should be output. |
859 | 852 | ||
860 | config DEBUG_ROCKCHIP_UART | ||
861 | bool | ||
862 | depends on ARCH_ROCKCHIP | ||
863 | |||
864 | config DEBUG_TEGRA_UART | 853 | config DEBUG_TEGRA_UART |
865 | bool | 854 | bool |
866 | depends on ARCH_TEGRA | 855 | depends on ARCH_TEGRA |