Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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_SM501_GPIO
  19. bool "Export GPIO via GPIO layer"
  20. depends on MFD_SM501 && GPIOLIB
  21. ---help---
  22. This option uses the gpio library layer to export the 64 GPIO
  23. lines on the SM501. The platform data is used to supply the
  24. base number for the first GPIO line to register.
  25. config MFD_ASIC3
  26. bool "Support for Compaq ASIC3"
  27. depends on GENERIC_HARDIRQS && GPIOLIB && ARM
  28. ---help---
  29. This driver supports the ASIC3 multifunction chip found on many
  30. PDAs (mainly iPAQ and HTC based ones)
  31. config HTC_EGPIO
  32. bool "HTC EGPIO support"
  33. depends on GENERIC_HARDIRQS && GPIOLIB && ARM
  34. help
  35. This driver supports the CPLD egpio chip present on
  36. several HTC phones. It provides basic support for input
  37. pins, output pins, and irqs.
  38. config HTC_PASIC3
  39. tristate "HTC PASIC3 LED/DS1WM chip support"
  40. help
  41. This core driver provides register access for the LED/DS1WM
  42. chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
  43. HTC Magician devices, respectively. Actual functionality is
  44. handled by the leds-pasic3 and ds1wm drivers.
  45. config MFD_TMIO
  46. bool
  47. default n
  48. config MFD_T7L66XB
  49. bool "Support Toshiba T7L66XB"
  50. depends on ARM
  51. select MFD_CORE
  52. select MFD_TMIO
  53. help
  54. Support for Toshiba Mobile IO Controller T7L66XB
  55. config MFD_TC6387XB
  56. bool "Support Toshiba TC6387XB"
  57. depends on ARM
  58. select MFD_CORE
  59. select MFD_TMIO
  60. help
  61. Support for Toshiba Mobile IO Controller TC6387XB
  62. config MFD_TC6393XB
  63. bool "Support Toshiba TC6393XB"
  64. depends on GPIOLIB && ARM
  65. select MFD_CORE
  66. select MFD_TMIO
  67. help
  68. Support for Toshiba Mobile IO Controller TC6393XB
  69. endmenu
  70. menu "Multimedia Capabilities Port drivers"
  71. depends on ARCH_SA1100
  72. config MCP
  73. tristate
  74. # Interface drivers
  75. config MCP_SA11X0
  76. tristate "Support SA11x0 MCP interface"
  77. depends on ARCH_SA1100
  78. select MCP
  79. # Chip drivers
  80. config MCP_UCB1200
  81. tristate "Support for UCB1200 / UCB1300"
  82. depends on MCP
  83. config MCP_UCB1200_TS
  84. tristate "Touchscreen interface support"
  85. depends on MCP_UCB1200 && INPUT
  86. endmenu