Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. endmenu
  22. menu "Multimedia Capabilities Port drivers"
  23. depends on ARCH_SA1100
  24. config MCP
  25. tristate
  26. # Interface drivers
  27. config MCP_SA11X0
  28. tristate "Support SA11x0 MCP interface"
  29. depends on ARCH_SA1100
  30. select MCP
  31. # Chip drivers
  32. config MCP_UCB1200
  33. tristate "Support for UCB1200 / UCB1300"
  34. depends on MCP
  35. config MCP_UCB1200_TS
  36. tristate "Touchscreen interface support"
  37. depends on MCP_UCB1200 && INPUT
  38. endmenu