summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2014-08-19 16:16:41 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-11 22:38:34 +0400
commitd2e256d71d98551e7eafe8290d8a475b695fedbe (patch)
treeefff70287879d18a3e7e6b3c73cc0e90a7ecb7fc
parente32c323b0bd731035bfd922531ca371f33d0a78b (diff)
downloadlinux-linaro-tracking-d2e256d71d98551e7eafe8290d8a475b695fedbe.tar.gz
arm: Remove DEBUG_LL_UART_NONE
Only a very small handful of platforms support DEBUG_LL_UART_NONE but it lurks in the menus of every single platform config ready to break the build. This is an especial problem for defconfig/oldconfig since it is often selected by default. This patch solves the problem by removing this option. Any platforms still depending upon this option must be migrated. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Cc: Russell King <linux@arm.linux.org.uk>
-rw-r--r--arch/arm/Kconfig.debug9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 798dc8797610..72b5e7f758ae 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -885,15 +885,6 @@ choice
This option selects UART0 on VIA/Wondermedia System-on-a-chip
devices, including VT8500, WM8505, WM8650 and WM8850.
- config DEBUG_LL_UART_NONE
- bool "No low-level debugging UART"
- depends on !ARCH_MULTIPLATFORM
- help
- Say Y here if your platform doesn't provide a UART option
- above. This relies on your platform choosing the right UART
- definition internally in order for low-level debugging to
- work.
-
config DEBUG_ICEDCC
bool "Kernel low-level debugging via EmbeddedICE DCC channel"
help