Kconfig (afed2a261825e83cf9564dec60961e8aba6dc701) Kconfig (08d33b27f7063ba2b4a29f9e3a2dcb65f30dec0b)
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
5choice
6 prompt "Select Tegra processor family for target system"
7
8config ARCH_TEGRA_2x_SOC
9 bool "Tegra 2 family"
10 select CPU_V7
11 select ARM_GIC
12 select ARCH_REQUIRE_GPIOLIB
13 select USB_ARCH_HAS_EHCI if USB_SUPPORT
14 select USB_ULPI if USB_SUPPORT
15 select USB_ULPI_VIEWPORT if USB_SUPPORT
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
5choice
6 prompt "Select Tegra processor family for target system"
7
8config ARCH_TEGRA_2x_SOC
9 bool "Tegra 2 family"
10 select CPU_V7
11 select ARM_GIC
12 select ARCH_REQUIRE_GPIOLIB
13 select USB_ARCH_HAS_EHCI if USB_SUPPORT
14 select USB_ULPI if USB_SUPPORT
15 select USB_ULPI_VIEWPORT if USB_SUPPORT
16 select MULTI_IRQ_HANDLER
17 help
18 Support for NVIDIA Tegra AP20 and T20 processors, based on the
19 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
20
21endchoice
22
23config TEGRA_PCI
24 bool "PCI Express support"

--- 89 unchanged lines hidden ---
16 help
17 Support for NVIDIA Tegra AP20 and T20 processors, based on the
18 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
19
20endchoice
21
22config TEGRA_PCI
23 bool "PCI Express support"

--- 89 unchanged lines hidden ---