OLD | NEW |
1 if ARCH_TEGRA | 1 if ARCH_TEGRA |
2 | 2 |
3 comment "NVIDIA Tegra options" | 3 comment "NVIDIA Tegra options" |
4 | 4 |
5 choice | 5 choice |
6 prompt "Select Tegra processor family for target system" | 6 prompt "Select Tegra processor family for target system" |
7 | 7 |
8 config ARCH_TEGRA_2x_SOC | 8 config ARCH_TEGRA_2x_SOC |
9 bool "Tegra 2 family" | 9 bool "Tegra 2 family" |
10 select CPU_V7 | 10 select CPU_V7 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 | 57 |
58 endchoice | 58 endchoice |
59 | 59 |
60 config TEGRA_SYSTEM_DMA | 60 config TEGRA_SYSTEM_DMA |
61 bool "Enable system DMA driver for NVIDIA Tegra SoCs" | 61 bool "Enable system DMA driver for NVIDIA Tegra SoCs" |
62 default y | 62 default y |
63 help | 63 help |
64 Adds system DMA functionality for NVIDIA Tegra SoCs, used by | 64 Adds system DMA functionality for NVIDIA Tegra SoCs, used by |
65 several Tegra device drivers | 65 several Tegra device drivers |
66 | 66 |
| 67 source "arch/arm/mach-tegra/nv/Kconfig" |
| 68 |
67 endif | 69 endif |
68 | 70 |
69 config TEGRA_IOVMM_GART | 71 config TEGRA_IOVMM_GART |
70 bool "Enable I/O virtual memory manager for GART" | 72 bool "Enable I/O virtual memory manager for GART" |
71 depends on ARCH_TEGRA_2x_SOC | 73 depends on ARCH_TEGRA_2x_SOC |
72 default y | 74 default y |
73 select TEGRA_IOVMM | 75 select TEGRA_IOVMM |
74 help | 76 help |
75 Enables support for remapping discontiguous physical memory | 77 Enables support for remapping discontiguous physical memory |
76 shared with the operating system into contiguous I/O virtual | 78 shared with the operating system into contiguous I/O virtual |
77 space through the GART hardware included on Tegra SoCs | 79 space through the GART hardware included on Tegra SoCs |
78 | 80 |
79 config TEGRA_IOVMM | 81 config TEGRA_IOVMM |
80 bool | 82 bool |
OLD | NEW |