# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_MFD_NVEC[0m tristate "NV Tegra Embedded Controller SMBus Interface" depends on [31mCONFIG_I2C[0m && [31mCONFIG_GPIOLIB[0m && [31mCONFIG_ARCH_TEGRA[0m select [31mCONFIG_MFD_CORE[0m help Say Y here to enable support for a nVidia compliant embedded controller. To compile this driver as a module, say [31mCONFIG_M[0m here: the module will be called mfd-nvec config [31mCONFIG_KEYBOARD_NVEC[0m tristate "Keyboard on nVidia compliant EC" depends on [31mCONFIG_MFD_NVEC[0m && [31mCONFIG_INPUT[0m help Say Y here to enable support for a keyboard connected to a nVidia compliant embedded controller. To compile this driver as a module, say [31mCONFIG_M[0m here: the module will be called keyboard-nvec config [31mCONFIG_SERIO_NVEC_PS2[0m tristate "PS2 on nVidia EC" depends on [31mCONFIG_MFD_NVEC[0m && [31mCONFIG_SERIO[0m help Say Y here to enable support for a Touchpad / Mouse connected to a nVidia compliant embedded controller. To compile this driver as a module, say [31mCONFIG_M[0m here: the module will be called serio-nvec-ps2 config [31mCONFIG_NVEC_POWER[0m tristate "NVEC charger and battery" depends on [31mCONFIG_MFD_NVEC[0m && [31mCONFIG_POWER_SUPPLY[0m help Say Y to enable support for battery and charger interface for nVidia compliant embedded controllers. To compile this driver as a module, say [31mCONFIG_M[0m here: the module will be called nvec-power config [31mCONFIG_NVEC_PAZ00[0m tristate "Support for OEM specific functions on Compal PAZ00 based devices" depends on [31mCONFIG_MFD_NVEC[0m && [31mCONFIG_LEDS_CLASS[0m help Say Y to enable control of the yellow side leds on Compal PAZ00 based devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks. To compile this driver as a module, say [31mCONFIG_M[0m here: the module will be called nvec-paz00 |