diff options
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 5f3c03b61f8e..11680c532b38 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -16,7 +16,7 @@ config ARCH_TEGRA_2x_SOC | |||
16 | select ARM_ERRATA_742230 | 16 | select ARM_ERRATA_742230 |
17 | select ARM_ERRATA_751472 | 17 | select ARM_ERRATA_751472 |
18 | select ARM_ERRATA_754327 | 18 | select ARM_ERRATA_754327 |
19 | select ARM_ERRATA_764369 | 19 | select ARM_ERRATA_764369 if SMP |
20 | select PL310_ERRATA_727915 if CACHE_L2X0 | 20 | select PL310_ERRATA_727915 if CACHE_L2X0 |
21 | select PL310_ERRATA_769419 if CACHE_L2X0 | 21 | select PL310_ERRATA_769419 if CACHE_L2X0 |
22 | select CPU_FREQ_TABLE if CPU_FREQ | 22 | select CPU_FREQ_TABLE if CPU_FREQ |
@@ -37,7 +37,7 @@ config ARCH_TEGRA_3x_SOC | |||
37 | select ARM_ERRATA_743622 | 37 | select ARM_ERRATA_743622 |
38 | select ARM_ERRATA_751472 | 38 | select ARM_ERRATA_751472 |
39 | select ARM_ERRATA_754322 | 39 | select ARM_ERRATA_754322 |
40 | select ARM_ERRATA_764369 | 40 | select ARM_ERRATA_764369 if SMP |
41 | select PL310_ERRATA_769419 if CACHE_L2X0 | 41 | select PL310_ERRATA_769419 if CACHE_L2X0 |
42 | select CPU_FREQ_TABLE if CPU_FREQ | 42 | select CPU_FREQ_TABLE if CPU_FREQ |
43 | help | 43 | help |
@@ -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 |