]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: debug: remove DEBUG_ROCKCHIP_UART
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 7 Jul 2013 14:59:24 +0000 (15:59 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 15 Aug 2013 15:42:35 +0000 (16:42 +0100)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug

index 508402a0cf28100cbf873972fff6636bd7a32120..2ad7a710f520d5000c323670087aa7b851716dac 100644 (file)
@@ -492,7 +492,6 @@ choice
        config DEBUG_RK29_UART0
                bool "Kernel low-level debugging messages via Rockchip RK29 UART0"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -501,7 +500,6 @@ choice
        config DEBUG_RK29_UART1
                bool "Kernel low-level debugging messages via Rockchip RK29 UART1"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -510,7 +508,6 @@ choice
        config DEBUG_RK29_UART2
                bool "Kernel low-level debugging messages via Rockchip RK29 UART2"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -519,7 +516,6 @@ choice
        config DEBUG_RK3X_UART0
                bool "Kernel low-level debugging messages via Rockchip RK3X UART0"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -528,7 +524,6 @@ choice
        config DEBUG_RK3X_UART1
                bool "Kernel low-level debugging messages via Rockchip RK3X UART1"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -537,7 +532,6 @@ choice
        config DEBUG_RK3X_UART2
                bool "Kernel low-level debugging messages via Rockchip RK3X UART2"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -546,7 +540,6 @@ choice
        config DEBUG_RK3X_UART3
                bool "Kernel low-level debugging messages via Rockchip RK3X UART3"
                depends on ARCH_ROCKCHIP
-               select DEBUG_ROCKCHIP_UART
                select DEBUG_UART_8250
                help
                  Say Y here if you want kernel low-level debugging support
@@ -857,10 +850,6 @@ config DEBUG_IMX_UART_PORT
          Choose UART port on which kernel low-level debug messages
          should be output.
 
-config DEBUG_ROCKCHIP_UART
-       bool
-       depends on ARCH_ROCKCHIP
-
 config DEBUG_TEGRA_UART
        bool
        depends on ARCH_TEGRA