From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/staging/nvec/Kconfig | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 drivers/staging/nvec/Kconfig (limited to 'drivers/staging/nvec/Kconfig') diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig new file mode 100644 index 00000000..7e61adac --- /dev/null +++ b/drivers/staging/nvec/Kconfig @@ -0,0 +1,35 @@ +config MFD_NVEC + tristate "NV Tegra Embedded Controller SMBus Interface" + depends on I2C && GPIOLIB && ARCH_TEGRA + select MFD_CORE + help + Say Y here to enable support for a nVidia compliant embedded + controller. + +config KEYBOARD_NVEC + tristate "Keyboard on nVidia compliant EC" + depends on MFD_NVEC && INPUT + help + Say Y here to enable support for a keyboard connected to + a nVidia compliant embedded controller. + +config SERIO_NVEC_PS2 + tristate "PS2 on nVidia EC" + depends on MFD_NVEC && SERIO + help + Say Y here to enable support for a Touchpad / Mouse connected + to a nVidia compliant embedded controller. + +config NVEC_POWER + tristate "NVEC charger and battery" + depends on MFD_NVEC && POWER_SUPPLY + help + Say Y to enable support for battery and charger interface for + nVidia compliant embedded controllers. + +config NVEC_PAZ00 + tristate "Support for OEM specific functions on Compal PAZ00 based devices" + depends on MFD_NVEC && 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. -- cgit v1.3.1