diff options
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r-- | arch/arm/mach-tegra/Kconfig | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 9077aaa398d9..5f3c03b61f8e 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig | |||
@@ -34,7 +34,6 @@ config ARCH_TEGRA_3x_SOC | |||
34 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | 34 | select USB_ARCH_HAS_EHCI if USB_SUPPORT |
35 | select USB_ULPI if USB | 35 | select USB_ULPI if USB |
36 | select USB_ULPI_VIEWPORT if USB_SUPPORT | 36 | select USB_ULPI_VIEWPORT if USB_SUPPORT |
37 | select USE_OF | ||
38 | select ARM_ERRATA_743622 | 37 | select ARM_ERRATA_743622 |
39 | select ARM_ERRATA_751472 | 38 | select ARM_ERRATA_751472 |
40 | select ARM_ERRATA_754322 | 39 | select ARM_ERRATA_754322 |
@@ -60,25 +59,6 @@ config TEGRA_AHB | |||
60 | 59 | ||
61 | comment "Tegra board type" | 60 | comment "Tegra board type" |
62 | 61 | ||
63 | config MACH_HARMONY | ||
64 | bool "Harmony board" | ||
65 | depends on ARCH_TEGRA_2x_SOC | ||
66 | help | ||
67 | Support for nVidia Harmony development platform | ||
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 | config MACH_TRIMSLICE | ||
76 | bool "TrimSlice board" | ||
77 | depends on ARCH_TEGRA_2x_SOC | ||
78 | select TEGRA_PCI | ||
79 | help | ||
80 | Support for CompuLab TrimSlice platform | ||
81 | |||
82 | choice | 62 | choice |
83 | prompt "Default low-level debug console UART" | 63 | prompt "Default low-level debug console UART" |
84 | default TEGRA_DEBUG_UART_NONE | 64 | default TEGRA_DEBUG_UART_NONE |
@@ -130,13 +110,6 @@ config TEGRA_DEBUG_UART_AUTO_SCRATCH | |||
130 | 110 | ||
131 | endchoice | 111 | endchoice |
132 | 112 | ||
133 | config TEGRA_SYSTEM_DMA | ||
134 | bool "Enable system DMA driver for NVIDIA Tegra SoCs" | ||
135 | default y | ||
136 | help | ||
137 | Adds system DMA functionality for NVIDIA Tegra SoCs, used by | ||
138 | several Tegra device drivers | ||
139 | |||
140 | config TEGRA_EMC_SCALING_ENABLE | 113 | config TEGRA_EMC_SCALING_ENABLE |
141 | bool "Enable scaling the memory frequency" | 114 | bool "Enable scaling the memory frequency" |
142 | 115 | ||