blob: e3a89fb1a4a2547f77c5ea469b06bf76e1e76e57 [file] [log] [blame]
Marc Dietrich32890b92011-05-19 16:34:42 +02001config MFD_NVEC
Arnd Bergmann14d75472013-04-23 18:30:46 +02002 tristate "NV Tegra Embedded Controller SMBus Interface"
Marc Dietrich32890b92011-05-19 16:34:42 +02003 depends on I2C && GPIOLIB && ARCH_TEGRA
Marc Dietriche3f27c72012-11-22 19:47:28 +01004 select MFD_CORE
Marc Dietrich32890b92011-05-19 16:34:42 +02005 help
6 Say Y here to enable support for a nVidia compliant embedded
7 controller.
8
Haneen Mohammed35a90a52015-02-27 02:59:23 +03009 To compile this driver as a module, say M here: the module will be
10 called mfd-nvec
11
Marc Dietrich32890b92011-05-19 16:34:42 +020012config KEYBOARD_NVEC
Arnd Bergmann14d75472013-04-23 18:30:46 +020013 tristate "Keyboard on nVidia compliant EC"
Julian Andres Klodee96045a2011-12-26 17:57:40 +010014 depends on MFD_NVEC && INPUT
Marc Dietrich32890b92011-05-19 16:34:42 +020015 help
Himangi Saraogi8787fcd2013-10-30 06:30:49 +053016 Say Y here to enable support for a keyboard connected to
Marc Dietrich32890b92011-05-19 16:34:42 +020017 a nVidia compliant embedded controller.
18
Haneen Mohammed35a90a52015-02-27 02:59:23 +030019 To compile this driver as a module, say M here: the module will be
20 called keyboard-nvec
21
Marc Dietrich32890b92011-05-19 16:34:42 +020022config SERIO_NVEC_PS2
Arnd Bergmann14d75472013-04-23 18:30:46 +020023 tristate "PS2 on nVidia EC"
Julian Andres Klodee96045a2011-12-26 17:57:40 +010024 depends on MFD_NVEC && SERIO
Marc Dietrich32890b92011-05-19 16:34:42 +020025 help
26 Say Y here to enable support for a Touchpad / Mouse connected
27 to a nVidia compliant embedded controller.
28
Haneen Mohammed35a90a52015-02-27 02:59:23 +030029 To compile this driver as a module, say M here: the module will be
30 called serio-nvec-ps2
31
32
Marc Dietrich32890b92011-05-19 16:34:42 +020033config NVEC_POWER
Arnd Bergmann14d75472013-04-23 18:30:46 +020034 tristate "NVEC charger and battery"
Julian Andres Klodee96045a2011-12-26 17:57:40 +010035 depends on MFD_NVEC && POWER_SUPPLY
Marc Dietrich32890b92011-05-19 16:34:42 +020036 help
37 Say Y to enable support for battery and charger interface for
38 nVidia compliant embedded controllers.
Ilya Petrov97cc2652011-09-27 19:00:44 +020039
Haneen Mohammed35a90a52015-02-27 02:59:23 +030040 To compile this driver as a module, say M here: the module will be
41 called nvec-power
42
43
Marc Dietrichac562682012-06-24 23:25:20 +020044config NVEC_PAZ00
Arnd Bergmann14d75472013-04-23 18:30:46 +020045 tristate "Support for OEM specific functions on Compal PAZ00 based devices"
Marc Dietrich71d64ef2012-08-19 19:03:08 +020046 depends on MFD_NVEC && LEDS_CLASS
Ilya Petrov97cc2652011-09-27 19:00:44 +020047 help
Marc Dietrichac562682012-06-24 23:25:20 +020048 Say Y to enable control of the yellow side leds on Compal PAZ00 based
49 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
Haneen Mohammed35a90a52015-02-27 02:59:23 +030050
51 To compile this driver as a module, say M here: the module will be
52 called nvec-paz00
53