Skip to content

Commit

Permalink
ARM: debug: remove DEBUG_ROCKCHIP_UART
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 25, 2013
1 parent f8f1279 commit 9916688
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions arch/arm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9916688

Please sign in to comment.