]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: debug: clean up low level kernel debugging selection
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jul 2013 13:23:30 +0000 (14:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 15 Aug 2013 15:42:26 +0000 (16:42 +0100)
commit042f3d9d8f37907d67038596a0899c194592f99e
treec452d3c98fcb817812f1998a89dac502063b1b1f
parent85d5c55acd52d999a76db8c5c08aace5459a035f
ARM: debug: clean up low level kernel debugging selection

It is silly to bury UART selection under multiple levels of choice
statements, where the top level choice statement will only list
about four entries when a single SoC is selected.  Move the UART
selection up into the top level choice statement as it was always
intended to be.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug