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

Unified 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, 4 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/nv/Kconfig
diff --git a/arch/arm/mach-tegra/nv/Kconfig b/arch/arm/mach-tegra/nv/Kconfig
new file mode 100644
index 0000000000000000000000000000000000000000..8a72114e7b9aa767136be7360cb2e576f05d47a1
--- /dev/null
+++ b/arch/arm/mach-tegra/nv/Kconfig
@@ -0,0 +1,27 @@
+comment "NVIDIA NVRM/NVOS options"
+
+
+config TEGRA_NVRM
+ bool "Enable NVRM stub driver"
+ default n
+ help
+ Enable NVRM stub driver
+
+
+config TEGRA_NVOS
+ bool "Enable NVOS driver"
+ default n
+ help
+ Enable NVOS driver
+
+config TEGRA_NVMAP
+ bool "Enable NVMAP driver"
+ default n
+ help
+ Enable NVMAP driver
+
+config TEGRA_IOVMM
+ bool "Enable IOVMM driver"
+ default n
+ help
+ Enable IOVMM driver
« 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