diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-08-03 17:09:04 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-14 13:31:36 -0400 |
commit | cff1dfbfcd62b2c98c6a79573e5a5c39b0bcd43c (patch) | |
tree | 8d2b4dbaaf9c60975a8ac625603c0a69ac2a83a0 /arch/arm/mach-tegra/Kconfig | |
parent | be6a9194f158482347c430c04ac9ea64644dda67 (diff) |
ARM: tegra: remove board (but not DT) support for Paz00
Paz00 (Toshiba AC100) can be booted using device tree with equal
functionality as when booted using a board file. Remove as much of the
board file as is possible, since it's no longer needed.
One special-case is still left in board-dt-tegra20.c, since there is no
way to create a WiFi rfkill device from device tree yet. This logic is
now enabled unconditionally rather than via CONFIG_MACH_PAZ00. The extra
cases where it's enabled (.configs which did not enable Paz00 support)
shouldn't impact much since the amount of code is tiny.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-By: Marc Dietrich <marvin24@gmx.de>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 41bc73c6f376..f6e79ed0745e 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -66,12 +66,6 @@ config MACH_HARMONY | |||
66 | help | 66 | help |
67 | Support for nVidia Harmony development platform | 67 | Support for nVidia Harmony development platform |
68 | 68 | ||
69 | config MACH_PAZ00 | ||
70 | bool "Paz00 board" | ||
71 | depends on ARCH_TEGRA_2x_SOC | ||
72 | help | ||
73 | Support for the Toshiba AC100/Dynabook AZ netbook | ||
74 | |||
75 | choice | 69 | choice |
76 | prompt "Default low-level debug console UART" | 70 | prompt "Default low-level debug console UART" |
77 | default TEGRA_DEBUG_UART_NONE | 71 | default TEGRA_DEBUG_UART_NONE |