Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. config MFD_TC6393XB
  36. bool "Support Toshiba TC6393XB"
  37. depends on HAVE_GPIO_LIB
  38. help
  39. Support for Toshiba Mobile IO Controller TC6393XB
  40. endmenu
  41. menu "Multimedia Capabilities Port drivers"
  42. depends on ARCH_SA1100
  43. config MCP
  44. tristate
  45. # Interface drivers
  46. config MCP_SA11X0
  47. tristate "Support SA11x0 MCP interface"
  48. depends on ARCH_SA1100
  49. select MCP
  50. # Chip drivers
  51. config MCP_UCB1200
  52. tristate "Support for UCB1200 / UCB1300"
  53. depends on MCP
  54. config MCP_UCB1200_TS
  55. tristate "Touchscreen interface support"
  56. depends on MCP_UCB1200 && INPUT
  57. endmenu