ARM: tegra: remove board (but not DT) support for Harmony
[deliverable/linux.git] / arch / arm / mach-tegra / Kconfig
CommitLineData
c5f80065
EG
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
c5f80065 5config ARCH_TEGRA_2x_SOC
44107d8b 6 bool "Enable support for Tegra20 family"
c5f80065
EG
7 select CPU_V7
8 select ARM_GIC
3c92db9a 9 select ARCH_REQUIRE_GPIOLIB
f1f1ffa0
SW
10 select PINCTRL
11 select PINCTRL_TEGRA20
91525d08 12 select USB_ARCH_HAS_EHCI if USB_SUPPORT
279b6585 13 select USB_ULPI if USB
91525d08 14 select USB_ULPI_VIEWPORT if USB_SUPPORT
f35b431d
SW
15 select ARM_ERRATA_720789
16 select ARM_ERRATA_742230
17 select ARM_ERRATA_751472
18 select ARM_ERRATA_754327
19 select ARM_ERRATA_764369
20 select PL310_ERRATA_727915 if CACHE_L2X0
21 select PL310_ERRATA_769419 if CACHE_L2X0
013df388 22 select CPU_FREQ_TABLE if CPU_FREQ
c5f80065
EG
23 help
24 Support for NVIDIA Tegra AP20 and T20 processors, based on the
25 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
26
44107d8b
PDS
27config ARCH_TEGRA_3x_SOC
28 bool "Enable support for Tegra30 family"
29 select CPU_V7
30 select ARM_GIC
31 select ARCH_REQUIRE_GPIOLIB
f1f1ffa0
SW
32 select PINCTRL
33 select PINCTRL_TEGRA30
44107d8b 34 select USB_ARCH_HAS_EHCI if USB_SUPPORT
279b6585 35 select USB_ULPI if USB
44107d8b
PDS
36 select USB_ULPI_VIEWPORT if USB_SUPPORT
37 select USE_OF
f35b431d
SW
38 select ARM_ERRATA_743622
39 select ARM_ERRATA_751472
40 select ARM_ERRATA_754322
41 select ARM_ERRATA_764369
42 select PL310_ERRATA_769419 if CACHE_L2X0
013df388 43 select CPU_FREQ_TABLE if CPU_FREQ
44107d8b
PDS
44 help
45 Support for NVIDIA Tegra T30 processor family, based on the
46 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
c5f80065 47
77ffc146
MR
48config TEGRA_PCI
49 bool "PCI Express support"
b2bbbc4d 50 depends on ARCH_TEGRA_2x_SOC
77ffc146
MR
51 select PCI
52
87d0bab2
HD
53config TEGRA_AHB
54 bool "Enable AHB driver for NVIDIA Tegra SoCs"
55 default y
56 help
57 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
58 which controls AHB bus master arbitration and some
59 perfomance parameters(priority, prefech size).
60
c5f80065
EG
61comment "Tegra board type"
62
c5f80065 63choice
80881dae 64 prompt "Default low-level debug console UART"
c5f80065
EG
65 default TEGRA_DEBUG_UART_NONE
66
67config TEGRA_DEBUG_UART_NONE
68 bool "None"
69
70config TEGRA_DEBUG_UARTA
71 bool "UART-A"
72
73config TEGRA_DEBUG_UARTB
74 bool "UART-B"
75
76config TEGRA_DEBUG_UARTC
77 bool "UART-C"
78
79config TEGRA_DEBUG_UARTD
80 bool "UART-D"
81
82config TEGRA_DEBUG_UARTE
83 bool "UART-E"
84
85endchoice
86
80881dae
SW
87choice
88 prompt "Automatic low-level debug console UART"
89 default TEGRA_DEBUG_UART_AUTO_NONE
90
91config TEGRA_DEBUG_UART_AUTO_NONE
92 bool "None"
93
94config TEGRA_DEBUG_UART_AUTO_ODMDATA
95 bool "Via ODMDATA"
96 help
97 Automatically determines which UART to use for low-level debug based
98 on the ODMDATA value. This value is part of the BCT, and is written
99 to the boot memory device using nvflash, or other flashing tool.
100 When bits 19:18 are 3, then bits 17:15 indicate which UART to use;
101 0/1/2/3/4 are UART A/B/C/D/E.
102
103config TEGRA_DEBUG_UART_AUTO_SCRATCH
104 bool "Via UART scratch register"
105 help
106 Automatically determines which UART to use for low-level debug based
107 on the UART scratch register value. Some bootloaders put ASCII 'D'
108 in this register when they initialize their own console UART output.
109 Using this option allows the kernel to automatically pick the same
110 UART.
111
112endchoice
113
4de3a8fa
CC
114config TEGRA_SYSTEM_DMA
115 bool "Enable system DMA driver for NVIDIA Tegra SoCs"
116 default y
117 help
118 Adds system DMA functionality for NVIDIA Tegra SoCs, used by
119 several Tegra device drivers
120
efdf72ad
CC
121config TEGRA_EMC_SCALING_ENABLE
122 bool "Enable scaling the memory frequency"
38376866
MB
123
124endif
This page took 0.121955 seconds and 5 git commands to generate.