]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - arch/arm/mach-tegra/Kconfig
arm/tegra: implement support for tegra30
[can-eth-gw-linux.git] / arch / arm / mach-tegra / Kconfig
index 996828d68dc0fd3906e8ee829b5dde0e0d41a4b6..b3d78fcd4beffc8be15a7ca571d9cadf1ddce9ce 100644 (file)
@@ -2,11 +2,8 @@ if ARCH_TEGRA
 
 comment "NVIDIA Tegra options"
 
-choice
-       prompt "Select Tegra processor family for target system"
-
 config ARCH_TEGRA_2x_SOC
-       bool "Tegra 2 family"
+       bool "Enable support for Tegra20 family"
        select CPU_V7
        select ARM_GIC
        select ARCH_REQUIRE_GPIOLIB
@@ -17,7 +14,18 @@ config ARCH_TEGRA_2x_SOC
          Support for NVIDIA Tegra AP20 and T20 processors, based on the
          ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
 
-endchoice
+config ARCH_TEGRA_3x_SOC
+       bool "Enable support for Tegra30 family"
+       select CPU_V7
+       select ARM_GIC
+       select ARCH_REQUIRE_GPIOLIB
+       select USB_ARCH_HAS_EHCI if USB_SUPPORT
+       select USB_ULPI if USB_SUPPORT
+       select USB_ULPI_VIEWPORT if USB_SUPPORT
+       select USE_OF
+       help
+         Support for NVIDIA Tegra T30 processor family, based on the
+         ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
 
 config TEGRA_PCI
        bool "PCI Express support"