GNU Linux-libre 4.4.300-gnu1
[releases.git] / arch / arm / mach-tegra / Kconfig
1 menuconfig ARCH_TEGRA
2         bool "NVIDIA Tegra" if ARCH_MULTI_V7
3         select ARCH_REQUIRE_GPIOLIB
4         select ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
5         select ARM_AMBA
6         select ARM_GIC
7         select CLKSRC_MMIO
8         select HAVE_ARM_SCU if SMP
9         select HAVE_ARM_TWD if SMP
10         select PINCTRL
11         select PM_OPP
12         select ARCH_HAS_RESET_CONTROLLER
13         select RESET_CONTROLLER
14         select SOC_BUS
15         help
16           This enables support for NVIDIA Tegra based systems.
17
18 if ARCH_TEGRA
19
20 config ARCH_TEGRA_2x_SOC
21         bool "Enable support for Tegra20 family"
22         select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
23         select ARM_ERRATA_720789
24         select ARM_ERRATA_754327 if SMP
25         select ARM_ERRATA_764369 if SMP
26         select PINCTRL_TEGRA20
27         select PL310_ERRATA_727915 if CACHE_L2X0
28         select PL310_ERRATA_769419 if CACHE_L2X0
29         select TEGRA_TIMER
30         help
31           Support for NVIDIA Tegra AP20 and T20 processors, based on the
32           ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
33
34 config ARCH_TEGRA_3x_SOC
35         bool "Enable support for Tegra30 family"
36         select ARM_ERRATA_754322
37         select ARM_ERRATA_764369 if SMP
38         select PINCTRL_TEGRA30
39         select PL310_ERRATA_769419 if CACHE_L2X0
40         select TEGRA_TIMER
41         help
42           Support for NVIDIA Tegra T30 processor family, based on the
43           ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
44
45 config ARCH_TEGRA_114_SOC
46         bool "Enable support for Tegra114 family"
47         select ARM_ERRATA_798181 if SMP
48         select ARM_L1_CACHE_SHIFT_6
49         select HAVE_ARM_ARCH_TIMER
50         select PINCTRL_TEGRA114
51         select TEGRA_TIMER
52         help
53           Support for NVIDIA Tegra T114 processor family, based on the
54           ARM CortexA15MP CPU
55
56 config ARCH_TEGRA_124_SOC
57         bool "Enable support for Tegra124 family"
58         select ARM_L1_CACHE_SHIFT_6
59         select HAVE_ARM_ARCH_TIMER
60         select PINCTRL_TEGRA124
61         select TEGRA_TIMER
62         help
63           Support for NVIDIA Tegra T124 processor family, based on the
64           ARM CortexA15MP CPU
65
66 endif