diff options
Diffstat (limited to 'drivers/staging/nvec/Kconfig')
-rw-r--r-- | drivers/staging/nvec/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig new file mode 100644 index 000000000000..987ad48ff939 --- /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. |