diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-02 15:10:48 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-07 10:02:07 -0400 |
commit | 6dd41a1f62ec2e780a6cc63889f4a26580ea476d (patch) | |
tree | 7c1b4a71f9db2a345b450e393400a84a6e293912 /arch/arm | |
parent | bbfc33bde92109322c3015b822ce74e5aba5e630 (diff) |
ARM: tegra: remove "Tegra board type" comment from Kconfig
Since the complete conversion to device tree, there are no board-
specific Kconfig options left, so remove the useless Kconfig entry.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 5f3c03b61f8e..1219d87dccdd 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -57,8 +57,6 @@ config TEGRA_AHB | |||
57 | which controls AHB bus master arbitration and some | 57 | which controls AHB bus master arbitration and some |
58 | perfomance parameters(priority, prefech size). | 58 | perfomance parameters(priority, prefech size). |
59 | 59 | ||
60 | comment "Tegra board type" | ||
61 | |||
62 | choice | 60 | choice |
63 | prompt "Default low-level debug console UART" | 61 | prompt "Default low-level debug console UART" |
64 | default TEGRA_DEBUG_UART_NONE | 62 | default TEGRA_DEBUG_UART_NONE |