summaryrefslogtreecommitdiff
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorChris Dragan <kdragan@nvidia.com>2014-03-03 05:53:54 -0800
committerBo Yan <byan@nvidia.com>2014-03-07 08:57:24 -0800
commitda14a4855552c6294e2fda19a818f4c8c590ea57 (patch)
tree4688b5b30c6124296f690380d8090e859cc6201a /drivers/misc/Kconfig
parent801ecc49f69f8855d84ce4cd07ed30a6cc172f4c (diff)
driver: misc: Add NVIDIA MODS driver 3.42
Change-Id: I814c889ffd61f8f751eb26364e46f071885d0a48 Signed-off-by: Chris Dragan <kdragan@nvidia.com> Reviewed-on: http://git-master/r/376625 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Lael Jones <lajones@nvidia.com> Reviewed-by: Vivek Aseeja <vaseeja@nvidia.com> Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 38d0f4a89bb1..00ca27fe61b2 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -633,6 +633,19 @@ config SIM_PALMAS
If yes, the Palmas SIM driver will be enabled. It supports SIM card
detection and SIM configuration for Palmas PMICs.
+config MODS
+ tristate "NVIDIA MODS driver"
+ default n
+ ---help---
+ The NVIDIA MODS driver gives user space software direct access
+ to hardware. The NVIDIA Diagnostic Software uses this to test hardware.
+ This driver should normally be disabled in all production builds.
+
+ Say Y here to compile the NVIDIA MODS driver into the kernel or say M
+ to compile it as a module.
+
+ If unsure, say N here.
+
source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"