diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/staging/nvec/Kconfig | |
Diffstat (limited to 'drivers/staging/nvec/Kconfig')
| -rw-r--r-- | drivers/staging/nvec/Kconfig | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig new file mode 100644 index 00000000..7e61adac --- /dev/null +++ b/drivers/staging/nvec/Kconfig @@ -0,0 +1,35 @@ +config MFD_NVEC + tristate "NV Tegra Embedded Controller SMBus Interface" + depends on I2C && GPIOLIB && ARCH_TEGRA + select MFD_CORE + help + Say Y here to enable support for a nVidia compliant embedded + controller. + +config KEYBOARD_NVEC + tristate "Keyboard on nVidia compliant EC" + depends on MFD_NVEC && INPUT + help + Say Y here to enable support for a keyboard connected to + a nVidia compliant embedded controller. + +config SERIO_NVEC_PS2 + tristate "PS2 on nVidia EC" + depends on MFD_NVEC && SERIO + help + Say Y here to enable support for a Touchpad / Mouse connected + to a nVidia compliant embedded controller. + +config NVEC_POWER + tristate "NVEC charger and battery" + depends on MFD_NVEC && POWER_SUPPLY + help + Say Y to enable support for battery and charger interface for + nVidia compliant embedded controllers. + +config NVEC_PAZ00 + tristate "Support for OEM specific functions on Compal PAZ00 based devices" + depends on MFD_NVEC && LEDS_CLASS + help + Say Y to enable control of the yellow side leds on Compal PAZ00 based + devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks. |
