ARM: tegra: simplify DEBUG_LL UART selection options
authorStephen Warren <swarren@nvidia.com>
Mon, 1 Oct 2012 21:21:20 +0000 (15:21 -0600)
committerStephen Warren <swarren@nvidia.com>
Fri, 16 Nov 2012 19:22:17 +0000 (12:22 -0700)
commitadc18315889b3e67a4a2a9717fbbfab5cd2d7b57
tree29e1af24405e1b2b21ae660e2d5b663a15029158
parentc5a4d6b07ac98405f347c796bc74f4367e516898
ARM: tegra: simplify DEBUG_LL UART selection options

Delete CONFIG_TEGRA_DEBUG_UART_AUTO_SCRATCH; it's not useful any more:
* No upstream bootloader currently or will ever support this option.
* CONFIG_TEGRA_DEBUG_UART_AUTO_ODMDATA is a much more direct alternative.

Merge the fixed and automatic UART selection menus into a single choice
for simplicity; now you either pick AUTO_ODMDATA or a single fixed UART,
rather than potentially having an AUTO option override whatever fixed
option was chosen.

Remove TEGRA_DEBUG_UART_NONE; if you don't want a Tegra DEBUG_LL UART,
simply don't turn on DEBUG_LL. NONE used to be the default option, so
pick AUTO_ODMDATA as the new default.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/Kconfig
arch/arm/mach-tegra/common.c
arch/arm/mach-tegra/include/mach/uncompress.h
arch/arm/mach-tegra/iomap.h
This page took 0.025733 seconds and 5 git commands to generate.