aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/Kconfig
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-05-19 16:34:42 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 15:36:10 -0700
commit32890b983086136fef8721363a2d3860f337ad53 (patch)
tree123350f6002cf23fb2367d96bfe9dcbd93ffeb57 /drivers/staging/nvec/Kconfig
parent23a4231150ad227c99b7358ae9a741def5898d90 (diff)
downloadkernel_samsung_smdk4412-32890b983086136fef8721363a2d3860f337ad53.zip
kernel_samsung_smdk4412-32890b983086136fef8721363a2d3860f337ad53.tar.gz
kernel_samsung_smdk4412-32890b983086136fef8721363a2d3860f337ad53.tar.bz2
Staging: initial version of the nvec driver
This is an implementation of a NVidia compliant embedded controller protocol driver. It is used on some ARM-Tegra boards for device communication. Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/nvec/Kconfig')
-rw-r--r--drivers/staging/nvec/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig
new file mode 100644
index 0000000..987ad48
--- /dev/null
+++ b/drivers/staging/nvec/Kconfig
@@ -0,0 +1,27 @@
+config MFD_NVEC
+ bool "NV Tegra Embedded Controller SMBus Interface"
+ depends on I2C && GPIOLIB && ARCH_TEGRA
+ help
+ Say Y here to enable support for a nVidia compliant embedded
+ controller.
+
+config KEYBOARD_NVEC
+ bool "Keyboard on nVidia compliant EC"
+ depends on MFD_NVEC
+ help
+ Say Y here to enable support for a keyboard connected to
+ a nVidia compliant embedded controller.
+
+config SERIO_NVEC_PS2
+ bool "PS2 on nVidia EC"
+ depends on MFD_NVEC
+ help
+ Say Y here to enable support for a Touchpad / Mouse connected
+ to a nVidia compliant embedded controller.
+
+config NVEC_POWER
+ bool "NVEC charger and battery"
+ depends on MFD_NVEC
+ help
+ Say Y to enable support for battery and charger interface for
+ nVidia compliant embedded controllers.