Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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 UCB1400_CORE
  46. tristate "Philips UCB1400 Core driver"
  47. depends on AC97_BUS
  48. depends on GPIOLIB
  49. help
  50. This enables support for the Philips UCB1400 core functions.
  51. The UCB1400 is an AC97 audio codec.
  52. To compile this driver as a module, choose M here: the
  53. module will be called ucb1400_core.
  54. config TWL4030_CORE
  55. bool "Texas Instruments TWL4030/TPS659x0 Support"
  56. depends on I2C=y && GENERIC_HARDIRQS && (ARCH_OMAP2 || ARCH_OMAP3)
  57. help
  58. Say yes here if you have TWL4030 family chip on your board.
  59. This core driver provides register access and IRQ handling
  60. facilities, and registers devices for the various functions
  61. so that function-specific drivers can bind to them.
  62. These multi-function chips are found on many OMAP2 and OMAP3
  63. boards, providing power management, RTC, GPIO, keypad, a
  64. high speed USB OTG transceiver, an audio codec (on most
  65. versions) and many other features.
  66. config MFD_TMIO
  67. bool
  68. default n
  69. config MFD_T7L66XB
  70. bool "Support Toshiba T7L66XB"
  71. depends on ARM && HAVE_CLK
  72. select MFD_CORE
  73. select MFD_TMIO
  74. help
  75. Support for Toshiba Mobile IO Controller T7L66XB
  76. config MFD_TC6387XB
  77. bool "Support Toshiba TC6387XB"
  78. depends on ARM && HAVE_CLK
  79. select MFD_CORE
  80. select MFD_TMIO
  81. help
  82. Support for Toshiba Mobile IO Controller TC6387XB
  83. config MFD_TC6393XB
  84. bool "Support Toshiba TC6393XB"
  85. depends on GPIOLIB && ARM
  86. select MFD_CORE
  87. select MFD_TMIO
  88. help
  89. Support for Toshiba Mobile IO Controller TC6393XB
  90. config PMIC_DA903X
  91. bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
  92. depends on I2C=y
  93. help
  94. Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
  95. ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
  96. usually found on PXA processors-based platforms. This includes
  97. the I2C driver and the core APIs _only_, you have to select
  98. individual components like LCD backlight, voltage regulators,
  99. LEDs and battery-charger under the corresponding menus.
  100. config MFD_WM8400
  101. tristate "Support Wolfson Microelectronics WM8400"
  102. depends on I2C
  103. help
  104. Support for the Wolfson Microelecronics WM8400 PMIC and audio
  105. CODEC. This driver adds provides common support for accessing
  106. the device, additional drivers must be enabled in order to use
  107. the functionality of the device.
  108. config MFD_WM8350
  109. tristate
  110. config MFD_WM8350_CONFIG_MODE_0
  111. bool
  112. depends on MFD_WM8350
  113. config MFD_WM8350_CONFIG_MODE_1
  114. bool
  115. depends on MFD_WM8350
  116. config MFD_WM8350_CONFIG_MODE_2
  117. bool
  118. depends on MFD_WM8350
  119. config MFD_WM8350_CONFIG_MODE_3
  120. bool
  121. depends on MFD_WM8350
  122. config MFD_WM8350_I2C
  123. tristate "Support Wolfson Microelectronics WM8350 with I2C"
  124. select MFD_WM8350
  125. depends on I2C
  126. help
  127. The WM8350 is an integrated audio and power management
  128. subsystem with watchdog and RTC functionality for embedded
  129. systems. This option enables core support for the WM8350 with
  130. I2C as the control interface. Additional options must be
  131. selected to enable support for the functionality of the chip.
  132. endmenu
  133. menu "Multimedia Capabilities Port drivers"
  134. depends on ARCH_SA1100
  135. config MCP
  136. tristate
  137. # Interface drivers
  138. config MCP_SA11X0
  139. tristate "Support SA11x0 MCP interface"
  140. depends on ARCH_SA1100
  141. select MCP
  142. # Chip drivers
  143. config MCP_UCB1200
  144. tristate "Support for UCB1200 / UCB1300"
  145. depends on MCP
  146. config MCP_UCB1200_TS
  147. tristate "Touchscreen interface support"
  148. depends on MCP_UCB1200 && INPUT
  149. endmenu