Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. endmenu
  29. menu "Multimedia Capabilities Port drivers"
  30. depends on ARCH_SA1100
  31. config MCP
  32. tristate
  33. # Interface drivers
  34. config MCP_SA11X0
  35. tristate "Support SA11x0 MCP interface"
  36. depends on ARCH_SA1100
  37. select MCP
  38. # Chip drivers
  39. config MCP_UCB1200
  40. tristate "Support for UCB1200 / UCB1300"
  41. depends on MCP
  42. config MCP_UCB1200_TS
  43. tristate "Touchscreen interface support"
  44. depends on MCP_UCB1200 && INPUT
  45. endmenu