]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a520a35439c3ad62182140464b170e8286e51e0
tree29e1af24405e1b2b21ae660e2d5b663a15029158
parent0a3e6e7f5cae087b9e2ebe5025d03775cd562484
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