diff options
| author | Daniel Thompson <daniel.thompson@linaro.org> | 2015-01-09 12:33:28 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-01-21 10:49:37 -0500 |
| commit | 6f5194553c84c3eb412c0cc59554b85be128f43d (patch) | |
| tree | 10abf32708c160f4251ff6f6fa5ff9c7f0129f29 | |
| parent | 34c64a5d830ac3905065ff1cc52091af15cb2f7e (diff) | |
ARM: 8269/1: 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>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/Kconfig.debug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index c5648cc1466d..6ee9b0d361ee 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
| @@ -1031,15 +1031,6 @@ choice | |||
| 1031 | This option selects UART0 on VIA/Wondermedia System-on-a-chip | 1031 | This option selects UART0 on VIA/Wondermedia System-on-a-chip |
| 1032 | devices, including VT8500, WM8505, WM8650 and WM8850. | 1032 | devices, including VT8500, WM8505, WM8650 and WM8850. |
| 1033 | 1033 | ||
| 1034 | config DEBUG_LL_UART_NONE | ||
| 1035 | bool "No low-level debugging UART" | ||
| 1036 | depends on !ARCH_MULTIPLATFORM | ||
| 1037 | help | ||
| 1038 | Say Y here if your platform doesn't provide a UART option | ||
| 1039 | above. This relies on your platform choosing the right UART | ||
| 1040 | definition internally in order for low-level debugging to | ||
| 1041 | work. | ||
| 1042 | |||
| 1043 | config DEBUG_ICEDCC | 1034 | config DEBUG_ICEDCC |
| 1044 | bool "Kernel low-level debugging via EmbeddedICE DCC channel" | 1035 | bool "Kernel low-level debugging via EmbeddedICE DCC channel" |
| 1045 | help | 1036 | help |
