Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
config CONFIG_MFD_NVEC
	tristate "NV Tegra Embedded Controller SMBus Interface"
	depends on CONFIG_I2C && CONFIG_GPIOLIB && CONFIG_ARCH_TEGRA
	select CONFIG_MFD_CORE
	help
	    Say Y here to enable support for a nVidia compliant embedded
	    controller.

	    To compile this driver as a module, say CONFIG_M here: the module will be
            called mfd-nvec

config CONFIG_KEYBOARD_NVEC
	tristate "Keyboard on nVidia compliant EC"
	depends on CONFIG_MFD_NVEC && CONFIG_INPUT
	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 CONFIG_M here: the module will be
          called keyboard-nvec

config CONFIG_SERIO_NVEC_PS2
	tristate "PS2 on nVidia EC"
	depends on CONFIG_MFD_NVEC && CONFIG_SERIO
	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 CONFIG_M here: the module will be
          called serio-nvec-ps2


config CONFIG_NVEC_POWER
	tristate "NVEC charger and battery"
	depends on CONFIG_MFD_NVEC && CONFIG_POWER_SUPPLY
	help
	  Say Y to enable support for battery and charger interface for
	  nVidia compliant embedded controllers.

	  To compile this driver as a module, say CONFIG_M here: the module will be
          called nvec-power


config CONFIG_NVEC_PAZ00
	tristate "Support for OEM specific functions on Compal PAZ00 based devices"
	depends on CONFIG_MFD_NVEC && CONFIG_LEDS_CLASS
	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 CONFIG_M here: the module will be
          called nvec-paz00