Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Multifunction miscellaneous devices
  3. #
  4. menu "Multifunction device drivers"
  5. depends on HAS_IOMEM
  6. config MFD_SM501
  7. tristate "Support for Silicon Motion SM501"
  8. ---help---
  9. This is the core driver for the Silicon Motion SM501 multimedia
  10. companion chip. This device is a multifunction device which may
  11. provide numerous interfaces including USB host controller, USB gadget,
  12. asynchronous serial ports, audio functions, and a dual display video
  13. interface. The device may be connected by PCI or local bus with
  14. varying functions enabled.
  15. config MFD_ASIC3
  16. bool "Support for Compaq ASIC3"
  17. depends on GENERIC_HARDIRQS && ARM
  18. ---help---
  19. This driver supports the ASIC3 multifunction chip found on many
  20. PDAs (mainly iPAQ and HTC based ones)
  21. config HTC_EGPIO
  22. bool "HTC EGPIO support"
  23. depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB
  24. help
  25. This driver supports the CPLD egpio chip present on
  26. several HTC phones. It provides basic support for input
  27. pins, output pins, and irqs.
  28. config HTC_PASIC3
  29. tristate "HTC PASIC3 LED/DS1WM chip support"
  30. help
  31. This core driver provides register access for the LED/DS1WM
  32. chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
  33. HTC Magician devices, respectively. Actual functionality is
  34. handled by the leds-pasic3 and ds1wm drivers.
  35. endmenu
  36. menu "Multimedia Capabilities Port drivers"
  37. depends on ARCH_SA1100
  38. config MCP
  39. tristate
  40. # Interface drivers
  41. config MCP_SA11X0
  42. tristate "Support SA11x0 MCP interface"
  43. depends on ARCH_SA1100
  44. select MCP
  45. # Chip drivers
  46. config MCP_UCB1200
  47. tristate "Support for UCB1200 / UCB1300"
  48. depends on MCP
  49. config MCP_UCB1200_TS
  50. tristate "Touchscreen interface support"
  51. depends on MCP_UCB1200 && INPUT
  52. endmenu