Kconfig 1.9 KB

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