Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. To compile this driver as a module, say M here: the module will be
  9. called mfd-nvec
  10. config KEYBOARD_NVEC
  11. tristate "Keyboard on nVidia compliant EC"
  12. depends on MFD_NVEC && INPUT
  13. help
  14. Say Y here to enable support for a keyboard connected to
  15. a nVidia compliant embedded controller.
  16. To compile this driver as a module, say M here: the module will be
  17. called keyboard-nvec
  18. config SERIO_NVEC_PS2
  19. tristate "PS2 on nVidia EC"
  20. depends on MFD_NVEC && SERIO
  21. help
  22. Say Y here to enable support for a Touchpad / Mouse connected
  23. to a nVidia compliant embedded controller.
  24. To compile this driver as a module, say M here: the module will be
  25. called serio-nvec-ps2
  26. config NVEC_POWER
  27. tristate "NVEC charger and battery"
  28. depends on MFD_NVEC && POWER_SUPPLY
  29. help
  30. Say Y to enable support for battery and charger interface for
  31. nVidia compliant embedded controllers.
  32. To compile this driver as a module, say M here: the module will be
  33. called nvec-power
  34. config NVEC_PAZ00
  35. tristate "Support for OEM specific functions on Compal PAZ00 based devices"
  36. depends on MFD_NVEC && LEDS_CLASS
  37. help
  38. Say Y to enable control of the yellow side leds on Compal PAZ00 based
  39. devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.
  40. To compile this driver as a module, say M here: the module will be
  41. called nvec-paz00