diff options
author | Stephen Warren <swarren@nvidia.com> | 2017-04-13 12:57:21 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2017-06-12 13:03:50 -0700 |
commit | 2eb3e28b2c69261d274bc22321f688c193985e7b (patch) | |
tree | 4d88e2ed926e0dcfe9ccf2a015dd541747ea25e9 /arch/arm/mach-tegra/tegra20/Kconfig | |
parent | 8cb3ce64f936f5dedbcfc1935c5caf31bb682474 (diff) |
ARM: tegra: remove Whistler support
Whistler is an ancient Tegra 2 reference board. I may have been the only
person who ever used it with upstream software, and I've just recycled
the board hardware. Hence, it makes sense to remove support from software.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra20/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/tegra20/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/tegra20/Kconfig b/arch/arm/mach-tegra/tegra20/Kconfig index 99445a4f26..5c4d35b567 100644 --- a/arch/arm/mach-tegra/tegra20/Kconfig +++ b/arch/arm/mach-tegra/tegra20/Kconfig @@ -36,10 +36,6 @@ config TARGET_VENTANA bool "NVIDIA Tegra20 Ventana evaluation board" select BOARD_LATE_INIT -config TARGET_WHISTLER - bool "NVIDIA Tegra20 Whistler evaluation board" - select BOARD_LATE_INIT - config TARGET_COLIBRI_T20 bool "Toradex Colibri T20 board" select BOARD_LATE_INIT @@ -57,7 +53,6 @@ source "board/nvidia/seaboard/Kconfig" source "board/avionic-design/tec/Kconfig" source "board/compulab/trimslice/Kconfig" source "board/nvidia/ventana/Kconfig" -source "board/nvidia/whistler/Kconfig" source "board/toradex/colibri_t20/Kconfig" endif |