3 comment "NVIDIA Tegra options"
5 config ARCH_TEGRA_2x_SOC
6 bool "Enable support for Tegra20 family"
9 select ARCH_REQUIRE_GPIOLIB
11 select PINCTRL_TEGRA20
12 select USB_ARCH_HAS_EHCI if USB_SUPPORT
13 select USB_ULPI if USB
14 select USB_ULPI_VIEWPORT if USB_SUPPORT
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
22 select CPU_FREQ_TABLE if CPU_FREQ
24 Support for NVIDIA Tegra AP20 and T20 processors, based on the
25 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
27 config ARCH_TEGRA_3x_SOC
28 bool "Enable support for Tegra30 family"
31 select ARCH_REQUIRE_GPIOLIB
33 select PINCTRL_TEGRA30
34 select USB_ARCH_HAS_EHCI if USB_SUPPORT
35 select USB_ULPI if USB
36 select USB_ULPI_VIEWPORT if USB_SUPPORT
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
43 select CPU_FREQ_TABLE if CPU_FREQ
45 Support for NVIDIA Tegra T30 processor family, based on the
46 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
49 bool "PCI Express support"
50 depends on ARCH_TEGRA_2x_SOC
54 bool "Enable AHB driver for NVIDIA Tegra SoCs"
57 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
58 which controls AHB bus master arbitration and some
59 perfomance parameters(priority, prefech size).
61 comment "Tegra board type"
65 depends on ARCH_TEGRA_2x_SOC
67 Support for nVidia Harmony development platform
71 depends on ARCH_TEGRA_2x_SOC
73 Support for the Toshiba AC100/Dynabook AZ netbook
76 bool "TrimSlice board"
77 depends on ARCH_TEGRA_2x_SOC
80 Support for CompuLab TrimSlice platform
83 prompt "Default low-level debug console UART"
84 default TEGRA_DEBUG_UART_NONE
86 config TEGRA_DEBUG_UART_NONE
89 config TEGRA_DEBUG_UARTA
92 config TEGRA_DEBUG_UARTB
95 config TEGRA_DEBUG_UARTC
98 config TEGRA_DEBUG_UARTD
101 config TEGRA_DEBUG_UARTE
107 prompt "Automatic low-level debug console UART"
108 default TEGRA_DEBUG_UART_AUTO_NONE
110 config TEGRA_DEBUG_UART_AUTO_NONE
113 config TEGRA_DEBUG_UART_AUTO_ODMDATA
116 Automatically determines which UART to use for low-level debug based
117 on the ODMDATA value. This value is part of the BCT, and is written
118 to the boot memory device using nvflash, or other flashing tool.
119 When bits 19:18 are 3, then bits 17:15 indicate which UART to use;
120 0/1/2/3/4 are UART A/B/C/D/E.
122 config TEGRA_DEBUG_UART_AUTO_SCRATCH
123 bool "Via UART scratch register"
125 Automatically determines which UART to use for low-level debug based
126 on the UART scratch register value. Some bootloaders put ASCII 'D'
127 in this register when they initialize their own console UART output.
128 Using this option allows the kernel to automatically pick the same
133 config TEGRA_SYSTEM_DMA
134 bool "Enable system DMA driver for NVIDIA Tegra SoCs"
137 Adds system DMA functionality for NVIDIA Tegra SoCs, used by
138 several Tegra device drivers
140 config TEGRA_EMC_SCALING_ENABLE
141 bool "Enable scaling the memory frequency"