Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. config MFD_NVEC
  2. tristate "NV Tegra Embedded Controller SMBus Interface"
  3. depends on I2C && GPIOLIB && ARCH_TEGRA
  4. select MFD_CORE
  5. help
  6. Say Y here to enable support for a nVidia compliant embedded
  7. controller.
  8. config KEYBOARD_NVEC
  9. tristate "Keyboard on nVidia compliant EC"
  10. depends on MFD_NVEC && INPUT
  11. help
  12. Say Y here to enable support for a keyboard connected to
  13. a nVidia compliant embedded controller.
  14. config SERIO_NVEC_PS2
  15. tristate "PS2 on nVidia EC"
  16. depends on MFD_NVEC && SERIO
  17. help
  18. Say Y here to enable support for a Touchpad / Mouse connected
  19. to a nVidia compliant embedded controller.
  20. config NVEC_POWER
  21. tristate "NVEC charger and battery"
  22. depends on MFD_NVEC && POWER_SUPPLY
  23. help
  24. Say Y to enable support for battery and charger interface for
  25. nVidia compliant embedded controllers.
  26. config NVEC_PAZ00
  27. tristate "Support for OEM specific functions on Compal PAZ00 based devices"
  28. depends on MFD_NVEC && LEDS_CLASS
  29. help
  30. Say Y to enable control of the yellow side leds on Compal PAZ00 based
  31. devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.