Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config MFD_NVEC
2 tristate "NV Tegra Embedded Controller SMBus Interface"
3 depends on I2C && GPIOLIB && ARCH_TEGRA
4 select MFD_CORE
5 help
6 Say Y here to enable support for a nVidia compliant embedded
7 controller.
8
9config KEYBOARD_NVEC
10 tristate "Keyboard on nVidia compliant EC"
11 depends on MFD_NVEC && INPUT
12 help
13 Say Y here to enable support for a keyboard connected to
14 a nVidia compliant embedded controller.
15
16config SERIO_NVEC_PS2
17 tristate "PS2 on nVidia EC"
18 depends on MFD_NVEC && SERIO
19 help
20 Say Y here to enable support for a Touchpad / Mouse connected
21 to a nVidia compliant embedded controller.
22
23config NVEC_POWER
24 tristate "NVEC charger and battery"
25 depends on MFD_NVEC && POWER_SUPPLY
26 help
27 Say Y to enable support for battery and charger interface for
28 nVidia compliant embedded controllers.
29
30config NVEC_PAZ00
31 tristate "Support for OEM specific functions on Compal PAZ00 based devices"
32 depends on MFD_NVEC && LEDS_CLASS
33 help
34 Say Y to enable control of the yellow side leds on Compal PAZ00 based
35 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.