Kconfig (dae2db30c114cd0dec59b4130c315c9cce351741) Kconfig (f99c1d4f94f91fd3a20bd2eaa3be9c5e7d2668eb)
1#
2# Multifunction miscellaneous devices
3#
4
5menuconfig MFD_SUPPORT
6 bool "Multifunction device drivers"
7 depends on HAS_IOMEM
8 default y

--- 164 unchanged lines hidden (view full) ---

173 facilities, and registers devices for the various functions
174 so that function-specific drivers can bind to them.
175
176 These multi-function chips are found on many OMAP2 and OMAP3
177 boards, providing power management, RTC, GPIO, keypad, a
178 high speed USB OTG transceiver, an audio codec (on most
179 versions) and many other features.
180
1#
2# Multifunction miscellaneous devices
3#
4
5menuconfig MFD_SUPPORT
6 bool "Multifunction device drivers"
7 depends on HAS_IOMEM
8 default y

--- 164 unchanged lines hidden (view full) ---

173 facilities, and registers devices for the various functions
174 so that function-specific drivers can bind to them.
175
176 These multi-function chips are found on many OMAP2 and OMAP3
177 boards, providing power management, RTC, GPIO, keypad, a
178 high speed USB OTG transceiver, an audio codec (on most
179 versions) and many other features.
180
181config TWL4030_MADC
182 tristate "Texas Instruments TWL4030 MADC"
183 depends on TWL4030_CORE
184 help
185 This driver provides support for triton TWL4030-MADC. The
186 driver supports both RT and SW conversion methods.
187
188 This driver can be built as a module. If so it will be
189 named twl4030-madc
190
181config TWL4030_POWER
182 bool "Support power resources on TWL4030 family chips"
183 depends on TWL4030_CORE && ARM
184 help
185 Say yes here if you want to use the power resources on the
186 TWL4030 family chips. Most of these resources are regulators,
187 which have a separate driver; some are control signals, such
188 as clock request handshaking.

--- 489 unchanged lines hidden ---
191config TWL4030_POWER
192 bool "Support power resources on TWL4030 family chips"
193 depends on TWL4030_CORE && ARM
194 help
195 Say yes here if you want to use the power resources on the
196 TWL4030 family chips. Most of these resources are regulators,
197 which have a separate driver; some are control signals, such
198 as clock request handshaking.

--- 489 unchanged lines hidden ---