Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f519455 authored by Daniel Thompson's avatar Daniel Thompson Committed by Russell King
Browse files

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: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 34c64a5d
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -1031,15 +1031,6 @@ choice
		  This option selects UART0 on VIA/Wondermedia System-on-a-chip
		  This option selects UART0 on VIA/Wondermedia System-on-a-chip
		  devices, including VT8500, WM8505, WM8650 and WM8850.
		  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
	config DEBUG_ICEDCC
		bool "Kernel low-level debugging via EmbeddedICE DCC channel"
		bool "Kernel low-level debugging via EmbeddedICE DCC channel"
		help
		help