Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: arch/arm/mach-tegra/Kconfig

Issue 3256004: [ARM] tegra: add nvos/nvrm/nvmap drivers (Closed) Base URL: ssh://git@gitrw.chromium.org/kernel.git
Patch Set: remove ap15 headers Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | arch/arm/mach-tegra/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | arch/arm/mach-tegra/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698