Kconfig 764 B

12345678910111213141516171819202122232425262728
  1. config MFD_NVEC
  2. bool "NV Tegra Embedded Controller SMBus Interface"
  3. depends on I2C && GPIOLIB && ARCH_TEGRA
  4. help
  5. Say Y here to enable support for a nVidia compliant embedded
  6. controller.
  7. config KEYBOARD_NVEC
  8. bool "Keyboard on nVidia compliant EC"
  9. depends on MFD_NVEC
  10. help
  11. Say Y here to enable support for a keyboard connected to
  12. a nVidia compliant embedded controller.
  13. config SERIO_NVEC_PS2
  14. bool "PS2 on nVidia EC"
  15. depends on MFD_NVEC
  16. help
  17. Say Y here to enable support for a Touchpad / Mouse connected
  18. to a nVidia compliant embedded controller.
  19. config NVEC_POWER
  20. bool "NVEC charger and battery"
  21. depends on MFD_NVEC
  22. help
  23. Say Y to enable support for battery and charger interface for
  24. nVidia compliant embedded controllers.