55 lines · plain
1# SPDX-License-Identifier: GPL-2.02config MFD_NVEC3 tristate "NV Tegra Embedded Controller SMBus Interface"4 depends on I2C && GPIOLIB && ARCH_TEGRA5 select MFD_CORE6 help7 Say Y here to enable support for a nVidia compliant embedded8 controller.9 10 To compile this driver as a module, say M here: the module will be11 called mfd-nvec12 13config KEYBOARD_NVEC14 tristate "Keyboard on nVidia compliant EC"15 depends on MFD_NVEC && INPUT16 help17 Say Y here to enable support for a keyboard connected to18 a nVidia compliant embedded controller.19 20 To compile this driver as a module, say M here: the module will be21 called keyboard-nvec22 23config SERIO_NVEC_PS224 tristate "PS2 on nVidia EC"25 depends on MFD_NVEC && SERIO26 help27 Say Y here to enable support for a Touchpad / Mouse connected28 to a nVidia compliant embedded controller.29 30 To compile this driver as a module, say M here: the module will be31 called serio-nvec-ps232 33 34config NVEC_POWER35 tristate "NVEC charger and battery"36 depends on MFD_NVEC && POWER_SUPPLY37 help38 Say Y to enable support for battery and charger interface for39 nVidia compliant embedded controllers.40 41 To compile this driver as a module, say M here: the module will be42 called nvec-power43 44 45config NVEC_PAZ0046 tristate "Support for OEM specific functions on Compal PAZ00 based devices"47 depends on MFD_NVEC && LEDS_CLASS48 help49 Say Y to enable control of the yellow side leds on Compal PAZ00 based50 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.51 52 To compile this driver as a module, say M here: the module will be53 called nvec-paz0054 55