Kconfig (b17304245f0db0ac69b795c411407808f3f2796d) Kconfig (f52046b14b1e1a8a02ae48d0c69d39c5e204644f)
1#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6 depends on HAS_IOMEM
7
8config MFD_CORE

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

212 depends on I2C
213 help
214 The WM8350 is an integrated audio and power management
215 subsystem with watchdog and RTC functionality for embedded
216 systems. This option enables core support for the WM8350 with
217 I2C as the control interface. Additional options must be
218 selected to enable support for the functionality of the chip.
219
1#
2# Multifunction miscellaneous devices
3#
4
5menu "Multifunction device drivers"
6 depends on HAS_IOMEM
7
8config MFD_CORE

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

212 depends on I2C
213 help
214 The WM8350 is an integrated audio and power management
215 subsystem with watchdog and RTC functionality for embedded
216 systems. This option enables core support for the WM8350 with
217 I2C as the control interface. Additional options must be
218 selected to enable support for the functionality of the chip.
219
220config MFD_PCF50633
221 tristate "Support for NXP PCF50633"
222 depends on I2C
223 help
224 Say yes here if you have NXP PCF50633 chip on your board.
225 This core driver provides register access and IRQ handling
226 facilities, and registers devices for the various functions
227 so that function-specific drivers can bind to them.
228
220endmenu
221
222menu "Multimedia Capabilities Port drivers"
223 depends on ARCH_SA1100
224
225config MCP
226 tristate
227

--- 16 unchanged lines hidden ---
229endmenu
230
231menu "Multimedia Capabilities Port drivers"
232 depends on ARCH_SA1100
233
234config MCP
235 tristate
236

--- 16 unchanged lines hidden ---