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

Side by Side Diff: arch/arm/mach-tegra/nv/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 | « arch/arm/mach-tegra/Makefile ('k') | arch/arm/mach-tegra/nv/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 comment "NVIDIA NVRM/NVOS options"
2
3
4 config TEGRA_NVRM
5 bool "Enable NVRM stub driver"
6 default n
7 help
8 Enable NVRM stub driver
9
10
11 config TEGRA_NVOS
12 bool "Enable NVOS driver"
13 default n
14 help
15 Enable NVOS driver
16
17 config TEGRA_NVMAP
18 bool "Enable NVMAP driver"
19 default n
20 help
21 Enable NVMAP driver
22
23 config TEGRA_IOVMM
24 bool "Enable IOVMM driver"
25 default n
26 help
27 Enable IOVMM driver
OLDNEW
« no previous file with comments | « arch/arm/mach-tegra/Makefile ('k') | arch/arm/mach-tegra/nv/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698