0001 # SPDX-License-Identifier: GPL-2.0
0002 config MFD_NVEC
0003 tristate "NV Tegra Embedded Controller SMBus Interface"
0004 depends on I2C && GPIOLIB && ARCH_TEGRA
0005 select MFD_CORE
0006 help
0007 Say Y here to enable support for a nVidia compliant embedded
0008 controller.
0009
0010 To compile this driver as a module, say M here: the module will be
0011 called mfd-nvec
0012
0013 config KEYBOARD_NVEC
0014 tristate "Keyboard on nVidia compliant EC"
0015 depends on MFD_NVEC && INPUT
0016 help
0017 Say Y here to enable support for a keyboard connected to
0018 a nVidia compliant embedded controller.
0019
0020 To compile this driver as a module, say M here: the module will be
0021 called keyboard-nvec
0022
0023 config SERIO_NVEC_PS2
0024 tristate "PS2 on nVidia EC"
0025 depends on MFD_NVEC && SERIO
0026 help
0027 Say Y here to enable support for a Touchpad / Mouse connected
0028 to a nVidia compliant embedded controller.
0029
0030 To compile this driver as a module, say M here: the module will be
0031 called serio-nvec-ps2
0032
0033
0034 config NVEC_POWER
0035 tristate "NVEC charger and battery"
0036 depends on MFD_NVEC && POWER_SUPPLY
0037 help
0038 Say Y to enable support for battery and charger interface for
0039 nVidia compliant embedded controllers.
0040
0041 To compile this driver as a module, say M here: the module will be
0042 called nvec-power
0043
0044
0045 config NVEC_PAZ00
0046 tristate "Support for OEM specific functions on Compal PAZ00 based devices"
0047 depends on MFD_NVEC && LEDS_CLASS
0048 help
0049 Say Y to enable control of the yellow side leds on Compal PAZ00 based
0050 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
0051
0052 To compile this driver as a module, say M here: the module will be
0053 called nvec-paz00
0054