Kconfig (44107d8b7e7ea3e24bebed565f03befd61caf426) Kconfig (24692c0fc6ee62b1b98dfab962694ca40a3e404a)
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
5config ARCH_TEGRA_2x_SOC
6 bool "Enable support for Tegra20 family"
7 select CPU_V7
8 select ARM_GIC

--- 52 unchanged lines hidden (view full) ---

61 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
62 help
63 Support for nVidia Seaboard development platform. It will
64 also be included for some of the derivative boards that
65 have large similarities with the seaboard design.
66
67config MACH_TEGRA_DT
68 bool "Generic Tegra20 board (FDT support)"
1if ARCH_TEGRA
2
3comment "NVIDIA Tegra options"
4
5config ARCH_TEGRA_2x_SOC
6 bool "Enable support for Tegra20 family"
7 select CPU_V7
8 select ARM_GIC

--- 52 unchanged lines hidden (view full) ---

61 select MACH_HAS_SND_SOC_TEGRA_WM8903 if SND_SOC
62 help
63 Support for nVidia Seaboard development platform. It will
64 also be included for some of the derivative boards that
65 have large similarities with the seaboard design.
66
67config MACH_TEGRA_DT
68 bool "Generic Tegra20 board (FDT support)"
69 depends on ARCH_TEGRA_2x_SOC
69 select USE_OF
70 help
71 Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
72
73config MACH_TRIMSLICE
74 bool "TrimSlice board"
75 depends on ARCH_TEGRA_2x_SOC
76 select TEGRA_PCI

--- 52 unchanged lines hidden ---
70 select USE_OF
71 help
72 Support for generic NVIDIA Tegra20 boards using Flattened Device Tree
73
74config MACH_TRIMSLICE
75 bool "TrimSlice board"
76 depends on ARCH_TEGRA_2x_SOC
77 select TEGRA_PCI

--- 52 unchanged lines hidden ---