Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # SPDX-License-Identifier: GPL-2.0
  2. config MFD_NVEC
  3. tristate "NV Tegra Embedded Controller SMBus Interface"
  4. depends on I2C && GPIOLIB && ARCH_TEGRA
  5. select MFD_CORE
  6. help
  7. Say Y here to enable support for a nVidia compliant embedded
  8. controller.
  9. To compile this driver as a module, say M here: the module will be
  10. called mfd-nvec
  11. config KEYBOARD_NVEC
  12. tristate "Keyboard on nVidia compliant EC"
  13. depends on MFD_NVEC && INPUT
  14. help
  15. Say Y here to enable support for a keyboard connected to
  16. a nVidia compliant embedded controller.
  17. To compile this driver as a module, say M here: the module will be
  18. called keyboard-nvec
  19. config SERIO_NVEC_PS2
  20. tristate "PS2 on nVidia EC"
  21. depends on MFD_NVEC && SERIO
  22. help
  23. Say Y here to enable support for a Touchpad / Mouse connected
  24. to a nVidia compliant embedded controller.
  25. To compile this driver as a module, say M here: the module will be
  26. called serio-nvec-ps2
  27. config NVEC_POWER
  28. tristate "NVEC charger and battery"
  29. depends on MFD_NVEC && POWER_SUPPLY
  30. help
  31. Say Y to enable support for battery and charger interface for
  32. nVidia compliant embedded controllers.
  33. To compile this driver as a module, say M here: the module will be
  34. called nvec-power
  35. config NVEC_PAZ00
  36. tristate "Support for OEM specific functions on Compal PAZ00 based devices"
  37. depends on MFD_NVEC && LEDS_CLASS
  38. help
  39. Say Y to enable control of the yellow side leds on Compal PAZ00 based
  40. devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
  41. To compile this driver as a module, say M here: the module will be
  42. called nvec-paz00