blob: ad61a9e8e04e9a7812775494698f422b40ce95a0 [file] [log] [blame]
Russell Kinga4e137a2005-08-18 10:06:59 +01001#
2# Multifunction miscellaneous devices
3#
4
Randy Dunlap38270642010-05-11 01:07:34 +02005menuconfig MFD_SUPPORT
6 bool "Multifunction device drivers"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Randy Dunlap38270642010-05-11 01:07:34 +02008 default y
9 help
10 Configure MFD device drivers.
11
12if MFD_SUPPORT
Ben Dooksb6d64542007-02-20 13:58:01 -080013
Dmitry Baryshkovaa613de2008-06-27 10:37:19 +010014config MFD_CORE
15 tristate
16 default n
17
Haojian Zhuang2cc50be2010-01-06 17:07:13 -050018config MFD_88PM860X
19 bool "Support Marvell 88PM8606/88PM8607"
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +010020 depends on I2C=y && GENERIC_HARDIRQS
Haojian Zhuang2cc50be2010-01-06 17:07:13 -050021 select MFD_CORE
22 help
23 This supports for Marvell 88PM8606/88PM8607 Power Management IC.
24 This includes the I2C driver and the core APIs _only_, you have to
25 select individual components like voltage regulators, RTC and
26 battery-charger under the corresponding menus.
27
Ben Dooksb6d64542007-02-20 13:58:01 -080028config MFD_SM501
29 tristate "Support for Silicon Motion SM501"
30 ---help---
31 This is the core driver for the Silicon Motion SM501 multimedia
32 companion chip. This device is a multifunction device which may
Matt LaPlante01dd2fb2007-10-20 01:34:40 +020033 provide numerous interfaces including USB host controller, USB gadget,
34 asynchronous serial ports, audio functions, and a dual display video
Ben Dooksb6d64542007-02-20 13:58:01 -080035 interface. The device may be connected by PCI or local bus with
36 varying functions enabled.
37
Ben Dooksf61be272008-07-25 01:45:59 -070038config MFD_SM501_GPIO
39 bool "Export GPIO via GPIO layer"
Samuel Ortiz2eedd602008-09-25 00:39:05 +020040 depends on MFD_SM501 && GPIOLIB
Ben Dooksf61be272008-07-25 01:45:59 -070041 ---help---
42 This option uses the gpio library layer to export the 64 GPIO
43 lines on the SM501. The platform data is used to supply the
44 base number for the first GPIO line to register.
45
Samuel Ortizfa9ff4b2008-02-07 00:14:49 -080046config MFD_ASIC3
47 bool "Support for Compaq ASIC3"
Samuel Ortiz2eedd602008-09-25 00:39:05 +020048 depends on GENERIC_HARDIRQS && GPIOLIB && ARM
Philipp Zabel9461f652009-06-15 12:10:24 +020049 select MFD_CORE
Samuel Ortizfa9ff4b2008-02-07 00:14:49 -080050 ---help---
51 This driver supports the ASIC3 multifunction chip found on many
52 PDAs (mainly iPAQ and HTC based ones)
53
Magnus Damma87d5632009-10-02 02:22:09 +000054config MFD_SH_MOBILE_SDHI
55 bool "Support for SuperH Mobile SDHI"
Magnus Damm3d8ca8c2010-02-22 13:40:59 +090056 depends on SUPERH || ARCH_SHMOBILE
Magnus Damma87d5632009-10-02 02:22:09 +000057 select MFD_CORE
Guennadi Liakhovetski311f3ac2010-05-19 18:34:22 +000058 select TMIO_MMC_DMA
Magnus Damma87d5632009-10-02 02:22:09 +000059 ---help---
60 This driver supports the SDHI hardware block found in many
61 SuperH Mobile SoCs.
62
Miguel Aguilarca263082010-03-11 09:32:21 -060063config MFD_DAVINCI_VOICECODEC
64 tristate
65 select MFD_CORE
66
David Brownell0931a4c2008-12-22 12:05:27 +010067config MFD_DM355EVM_MSP
68 bool "DaVinci DM355 EVM microcontroller"
69 depends on I2C && MACH_DAVINCI_DM355_EVM
70 help
71 This driver supports the MSP430 microcontroller used on these
72 boards. MSP430 firmware manages resets and power sequencing,
73 inputs from buttons and the IR remote, LEDs, an RTC, and more.
74
Philipp Zabela1635b82008-04-09 19:20:34 +010075config HTC_EGPIO
76 bool "HTC EGPIO support"
Michael Buesch7444a722008-07-25 01:46:11 -070077 depends on GENERIC_HARDIRQS && GPIOLIB && ARM
Philipp Zabela1635b82008-04-09 19:20:34 +010078 help
79 This driver supports the CPLD egpio chip present on
80 several HTC phones. It provides basic support for input
81 pins, output pins, and irqs.
82
Philipp Zabel5dc33392008-04-12 13:25:41 +010083config HTC_PASIC3
84 tristate "HTC PASIC3 LED/DS1WM chip support"
Philipp Zabel0254a8f2009-02-17 10:06:45 +010085 select MFD_CORE
Philipp Zabel5dc33392008-04-12 13:25:41 +010086 help
87 This core driver provides register access for the LED/DS1WM
88 chips labeled "AIC2" and "AIC3", found on HTC Blueangel and
89 HTC Magician devices, respectively. Actual functionality is
90 handled by the leds-pasic3 and ds1wm drivers.
91
Cory Maccarrone6048a3d2010-01-19 11:22:45 +010092config HTC_I2CPLD
93 bool "HTC I2C PLD chip support"
Randy Dunlapbef3e202010-01-20 19:55:34 -080094 depends on I2C=y && GPIOLIB
Cory Maccarrone6048a3d2010-01-19 11:22:45 +010095 help
96 If you say yes here you get support for the supposed CPLD
97 found on omap850 HTC devices like the HTC Wizard and HTC Herald.
98 This device provides input and output GPIOs through an I2C
99 interface to one or more sub-chips.
100
Marek Vašutd9105c22008-08-03 21:34:08 +0100101config UCB1400_CORE
102 tristate "Philips UCB1400 Core driver"
Randy Dunlape4831802008-10-15 13:29:07 +0200103 depends on AC97_BUS
Andrew Morton5a49a542008-10-15 13:30:47 +0200104 depends on GPIOLIB
Marek Vašutd9105c22008-08-03 21:34:08 +0100105 help
106 This enables support for the Philips UCB1400 core functions.
107 The UCB1400 is an AC97 audio codec.
108
109 To compile this driver as a module, choose M here: the
110 module will be called ucb1400_core.
111
David Brownell87c13492008-12-22 12:16:27 +0100112config TPS65010
113 tristate "TPS6501x Power Management chips"
114 depends on I2C && GPIOLIB
115 default y if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_OSK
116 help
117 If you say yes here you get support for the TPS6501x series of
118 Power Management chips. These include voltage regulators,
119 lithium ion/polymer battery charging, and other features that
120 are often used in portable devices like cell phones and cameras.
121
122 This driver can also be built as a module. If so, the module
123 will be called tps65010.
124
Todd Fischer31dd6a22010-04-08 09:04:55 +0200125config TPS6507X
126 tristate "TPS6507x Power Management / Touch Screen chips"
127 select MFD_CORE
128 depends on I2C
129 help
130 If you say yes here you get support for the TPS6507x series of
131 Power Management / Touch Screen chips. These include voltage
132 regulators, lithium ion/polymer battery charging, touch screen
133 and other features that are often used in portable devices.
134 This driver can also be built as a module. If so, the module
135 will be called tps6507x.
136
David Brownell88e75cc2008-12-22 12:18:02 +0100137config MENELAUS
138 bool "Texas Instruments TWL92330/Menelaus PM chip"
Tony Lindgren088ef952010-02-12 12:26:47 -0800139 depends on I2C=y && ARCH_OMAP2
David Brownell88e75cc2008-12-22 12:18:02 +0100140 help
141 If you say yes here you get support for the Texas Instruments
142 TWL92330/Menelaus Power Management chip. This include voltage
Matt LaPlante692105b2009-01-26 11:12:25 +0100143 regulators, Dual slot memory card transceivers, real-time clock
David Brownell88e75cc2008-12-22 12:18:02 +0100144 and other features that are often used in portable devices like
145 cell phones and PDAs.
146
David Brownella603a7f2008-10-15 12:15:39 +0200147config TWL4030_CORE
Balaji T Ke8deb282009-12-14 00:25:31 +0100148 bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
David Brownell67460a72008-12-01 00:35:33 +0100149 depends on I2C=y && GENERIC_HARDIRQS
David Brownella603a7f2008-10-15 12:15:39 +0200150 help
Balaji T Ke8deb282009-12-14 00:25:31 +0100151 Say yes here if you have TWL4030 / TWL6030 family chip on your board.
David Brownella603a7f2008-10-15 12:15:39 +0200152 This core driver provides register access and IRQ handling
153 facilities, and registers devices for the various functions
154 so that function-specific drivers can bind to them.
155
156 These multi-function chips are found on many OMAP2 and OMAP3
157 boards, providing power management, RTC, GPIO, keypad, a
158 high speed USB OTG transceiver, an audio codec (on most
159 versions) and many other features.
160
Amit Kucheriaebf0bd32009-08-31 18:32:18 +0200161config TWL4030_POWER
162 bool "Support power resources on TWL4030 family chips"
163 depends on TWL4030_CORE && ARM
164 help
165 Say yes here if you want to use the power resources on the
166 TWL4030 family chips. Most of these resources are regulators,
167 which have a separate driver; some are control signals, such
168 as clock request handshaking.
169
170 This driver uses board-specific data to initialize the resources
171 and load scripts controling which resources are switched off/on
172 or reset when a sleep, wakeup or warm reset event occurs.
173
Peter Ujfalusi0b83dde2009-10-22 13:26:45 +0300174config TWL4030_CODEC
175 bool
176 depends on TWL4030_CORE
177 select MFD_CORE
178 default n
179
Rabin Vincentb4ecd322010-05-10 23:39:47 +0200180config MFD_TC35892
181 bool "Support Toshiba TC35892"
182 depends on I2C=y && GENERIC_HARDIRQS
183 select MFD_CORE
184 help
185 Support for the Toshiba TC35892 I/O Expander.
186
187 This driver provides common support for accessing the device,
188 additional drivers must be enabled in order to use the
189 functionality of the device.
190
Samuel Ortiz1c2c30a2008-08-05 19:27:58 +0200191config MFD_TMIO
192 bool
193 default n
194
Guennadi Liakhovetski311f3ac2010-05-19 18:34:22 +0000195config TMIO_MMC_DMA
196 bool
197 select DMA_ENGINE
198 select DMADEVICES
199
Ian Molton1f192012008-07-15 15:09:43 +0100200config MFD_T7L66XB
201 bool "Support Toshiba T7L66XB"
Al Viro9ca68232008-11-01 18:19:59 +0000202 depends on ARM && HAVE_CLK
Ian Molton1f192012008-07-15 15:09:43 +0100203 select MFD_CORE
Samuel Ortiz1c2c30a2008-08-05 19:27:58 +0200204 select MFD_TMIO
Ian Molton1f192012008-07-15 15:09:43 +0100205 help
206 Support for Toshiba Mobile IO Controller T7L66XB
207
Ian Moltoncbdfb422008-07-15 15:12:52 +0100208config MFD_TC6387XB
209 bool "Support Toshiba TC6387XB"
Al Viro9ca68232008-11-01 18:19:59 +0000210 depends on ARM && HAVE_CLK
Ian Moltoncbdfb422008-07-15 15:12:52 +0100211 select MFD_CORE
Samuel Ortiz1c2c30a2008-08-05 19:27:58 +0200212 select MFD_TMIO
Ian Moltoncbdfb422008-07-15 15:12:52 +0100213 help
214 Support for Toshiba Mobile IO Controller TC6387XB
215
Dmitry Baryshkovd6315942008-06-22 12:01:58 +0100216config MFD_TC6393XB
217 bool "Support Toshiba TC6393XB"
Adrian Bunk8d25b362008-07-26 02:38:00 +0300218 depends on GPIOLIB && ARM
Dmitry Baryshkovf024ff12008-06-27 10:37:57 +0100219 select MFD_CORE
Samuel Ortiz1c2c30a2008-08-05 19:27:58 +0200220 select MFD_TMIO
Dmitry Baryshkovd6315942008-06-22 12:01:58 +0100221 help
222 Support for Toshiba Mobile IO Controller TC6393XB
223
Samuel Ortiz8e2eaab2008-10-24 17:10:05 +0200224config PMIC_DA903X
225 bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
226 depends on I2C=y
227 help
228 Say yes here to support for Dialog Semiconductor DA9030 (a.k.a
229 ARAVA) and DA9034 (a.k.a MICCO), these are Power Management IC
230 usually found on PXA processors-based platforms. This includes
231 the I2C driver and the core APIs _only_, you have to select
232 individual components like LCD backlight, voltage regulators,
233 LEDs and battery-charger under the corresponding menus.
234
Michael Hennericha5736e02009-10-12 17:22:38 +0200235config PMIC_ADP5520
236 bool "Analog Devices ADP5520/01 MFD PMIC Core Support"
237 depends on I2C=y
238 help
239 Say yes here to add support for Analog Devices AD5520 and ADP5501,
240 Multifunction Power Management IC. This includes
241 the I2C driver and the core APIs _only_, you have to select
242 individual components like LCD backlight, LEDs, GPIOs and Kepad
243 under the corresponding menus.
244
Haojian Zhuangd50f8f32010-01-08 12:29:23 +0100245config MFD_MAX8925
Haojian Zhuang1f1cf8f2010-02-05 16:07:54 +0100246 bool "Maxim Semiconductor MAX8925 PMIC Support"
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100247 depends on I2C=y && GENERIC_HARDIRQS
Haojian Zhuang1ad99892010-01-08 12:43:29 -0500248 select MFD_CORE
Haojian Zhuangd50f8f32010-01-08 12:29:23 +0100249 help
250 Say yes here to support for Maxim Semiconductor MAX8925. This is
251 a Power Management IC. This driver provies common support for
252 accessing the device, additional drivers must be enabled in order
253 to use the functionality of the device.
254
Kyungmin Park156f2522010-06-16 09:04:16 +0200255config MFD_MAX8998
256 bool "Maxim Semiconductor MAX8998 PMIC Support"
257 depends on I2C=y
258 select MFD_CORE
259 help
260 Say yes here to support for Maxim Semiconductor MAX8998. This is
261 a Power Management IC. This driver provies common support for
262 accessing the device, additional drivers must be enabled in order
263 to use the functionality of the device.
264
Mark Brown1d9f9f02008-09-10 18:58:42 +0100265config MFD_WM8400
266 tristate "Support Wolfson Microelectronics WM8400"
Mark Brownb8380c12008-12-18 10:54:22 +0100267 select MFD_CORE
Mark Brown9c366452008-10-24 17:16:11 +0200268 depends on I2C
Mark Brown1d9f9f02008-09-10 18:58:42 +0100269 help
270 Support for the Wolfson Microelecronics WM8400 PMIC and audio
Mark Brown9e5aca52009-05-29 11:34:18 +0100271 CODEC. This driver provides common support for accessing
Mark Brown1d9f9f02008-09-10 18:58:42 +0100272 the device, additional drivers must be enabled in order to use
273 the functionality of the device.
274
Mark Brownb11062b2009-07-27 14:45:58 +0100275config MFD_WM831X
Mark Brown6e401732009-11-23 13:42:34 +0000276 bool "Support Wolfson Microelectronics WM831x/2x PMICs"
Mark Brownb11062b2009-07-27 14:45:58 +0100277 select MFD_CORE
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100278 depends on I2C=y && GENERIC_HARDIRQS
Mark Brownb11062b2009-07-27 14:45:58 +0100279 help
Mark Brownd4e0a892009-10-01 15:41:07 +0100280 Support for the Wolfson Microelecronics WM831x and WM832x PMICs.
281 This driver provides common support for accessing the device,
Mark Brownb11062b2009-07-27 14:45:58 +0100282 additional drivers must be enabled in order to use the
283 functionality of the device.
284
Mark Brown89b40122008-10-10 15:58:10 +0100285config MFD_WM8350
Mark Brownecf926b2010-01-05 20:40:47 +0000286 bool
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100287 depends on GENERIC_HARDIRQS
Mark Brown89b40122008-10-10 15:58:10 +0100288
289config MFD_WM8350_CONFIG_MODE_0
290 bool
291 depends on MFD_WM8350
292
293config MFD_WM8350_CONFIG_MODE_1
294 bool
295 depends on MFD_WM8350
296
297config MFD_WM8350_CONFIG_MODE_2
298 bool
299 depends on MFD_WM8350
300
301config MFD_WM8350_CONFIG_MODE_3
302 bool
303 depends on MFD_WM8350
304
Mark Brownca23f8c2008-12-18 23:12:28 +0100305config MFD_WM8351_CONFIG_MODE_0
306 bool
307 depends on MFD_WM8350
308
309config MFD_WM8351_CONFIG_MODE_1
310 bool
311 depends on MFD_WM8350
312
313config MFD_WM8351_CONFIG_MODE_2
314 bool
315 depends on MFD_WM8350
316
317config MFD_WM8351_CONFIG_MODE_3
318 bool
319 depends on MFD_WM8350
320
Mark Brown96920632008-12-18 23:09:50 +0100321config MFD_WM8352_CONFIG_MODE_0
322 bool
323 depends on MFD_WM8350
324
325config MFD_WM8352_CONFIG_MODE_1
326 bool
327 depends on MFD_WM8350
328
329config MFD_WM8352_CONFIG_MODE_2
330 bool
331 depends on MFD_WM8350
332
333config MFD_WM8352_CONFIG_MODE_3
334 bool
335 depends on MFD_WM8350
336
Mark Brownc661a0b2008-10-10 15:58:11 +0100337config MFD_WM8350_I2C
Mark Brownecf926b2010-01-05 20:40:47 +0000338 bool "Support Wolfson Microelectronics WM8350 with I2C"
Mark Brownc661a0b2008-10-10 15:58:11 +0100339 select MFD_WM8350
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100340 depends on I2C=y && GENERIC_HARDIRQS
Mark Brownc661a0b2008-10-10 15:58:11 +0100341 help
342 The WM8350 is an integrated audio and power management
343 subsystem with watchdog and RTC functionality for embedded
344 systems. This option enables core support for the WM8350 with
345 I2C as the control interface. Additional options must be
346 selected to enable support for the functionality of the chip.
347
Mark Brown9e501082010-01-29 18:20:29 +0000348config MFD_WM8994
Mark Brownc9fbf7e2010-03-26 16:49:15 +0000349 bool "Support Wolfson Microelectronics WM8994"
Mark Brown9e501082010-01-29 18:20:29 +0000350 select MFD_CORE
Mark Brownc9fbf7e2010-03-26 16:49:15 +0000351 depends on I2C=y && GENERIC_HARDIRQS
Mark Brown9e501082010-01-29 18:20:29 +0000352 help
353 The WM8994 is a highly integrated hi-fi CODEC designed for
354 smartphone applicatiosn. As well as audio functionality it
355 has on board GPIO and regulator functionality which is
356 supported via the relevant subsystems. This driver provides
357 core support for the WM8994, in order to use the actual
358 functionaltiy of the device other drivers must be enabled.
359
Balaji Raof52046b2009-01-09 01:49:01 +0100360config MFD_PCF50633
361 tristate "Support for NXP PCF50633"
362 depends on I2C
363 help
364 Say yes here if you have NXP PCF50633 chip on your board.
365 This core driver provides register access and IRQ handling
366 facilities, and registers devices for the various functions
367 so that function-specific drivers can bind to them.
368
Sascha Hauer8238add2009-08-19 01:40:28 +0200369config MFD_MC13783
370 tristate "Support Freescale MC13783"
371 depends on SPI_MASTER
372 select MFD_CORE
373 help
374 Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
375 This driver provides common support for accessing the device,
376 additional drivers must be enabled in order to use the
377 functionality of the device.
378
Balaji Rao08c3e062009-01-09 01:49:26 +0100379config PCF50633_ADC
380 tristate "Support for NXP PCF50633 ADC"
381 depends on MFD_PCF50633
382 help
383 Say yes here if you want to include support for ADC in the
384 NXP PCF50633 chip.
385
Balaji Rao6a3d1192009-01-09 01:49:37 +0100386config PCF50633_GPIO
387 tristate "Support for NXP PCF50633 GPIO"
388 depends on MFD_PCF50633
389 help
390 Say yes here if you want to include support GPIO for pins on
391 the PCF50633 chip.
392
Mattias Wallinfa661252010-05-01 18:26:20 +0200393config ABX500_CORE
394 bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
395 default y if ARCH_U300
396 help
397 Say yes here if you have the ABX500 Mixed Signal IC family
398 chips. This core driver expose register access functions.
399 Functionality specific drivers using these functions can
400 remain unchanged when IC changes. Binding of the functions to
401 actual register access is done by the IC core driver.
402
Linus Walleij14fa5692009-05-21 23:17:06 +0200403config AB3100_CORE
Linus Walleij2071db42010-01-19 11:41:52 +0100404 bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
Mattias Wallinfa661252010-05-01 18:26:20 +0200405 depends on I2C=y && ABX500_CORE
Linus Walleij14fa5692009-05-21 23:17:06 +0200406 default y if ARCH_U300
407 help
408 Select this to enable the AB3100 Mixed Signal IC core
409 functionality. This connects to a AB3100 on the I2C bus
410 and expose a number of symbols needed for dependent devices
411 to read and write registers and subscribe to events from
412 this multi-functional IC. This is needed to use other features
413 of the AB3100 such as battery-backed RTC, charging control,
414 LEDs, vibrator, system power and temperature, power management
415 and ALSA sound.
416
Linus Walleij12992dd2009-08-18 22:52:26 +0200417config AB3100_OTP
418 tristate "ST-Ericsson AB3100 OTP functions"
419 depends on AB3100_CORE
420 default y if AB3100_CORE
421 help
422 Select this to enable the AB3100 Mixed Signal IC OTP (one-time
423 programmable memory) support. This exposes a sysfs file to read
424 out OTP values.
425
Daniel Ribeiro13a09f92009-05-28 15:43:37 -0300426config EZX_PCAP
427 bool "PCAP Support"
428 depends on GENERIC_HARDIRQS && SPI_MASTER
429 help
430 This enables the PCAP ASIC present on EZX Phones. This is
431 needed for MMC, TouchScreen, Sound, USB, etc..
432
Rabin Vincent62579262010-05-19 11:39:02 +0200433config AB8500_CORE
434 bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
435 depends on SPI=y && GENERIC_HARDIRQS
436 select MFD_CORE
Srinidhi Kasagar0c418392009-10-12 17:11:52 +0200437 help
Rabin Vincent62579262010-05-19 11:39:02 +0200438 Select this option to enable access to AB8500 power management
Srinidhi Kasagar0c418392009-10-12 17:11:52 +0200439 chip. This connects to U8500 on the SSP/SPI bus and exports
440 read/write functions for the devices to get access to this chip.
441 This chip embeds various other multimedia funtionalities as well.
442
Mattias Wallin09bcb3f2010-05-11 00:25:29 +0200443config AB3550_CORE
444 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
445 select MFD_CORE
446 depends on I2C=y && GENERIC_HARDIRQS && ABX500_CORE
447 help
448 Select this to enable the AB3550 Mixed Signal IC core
449 functionality. This connects to a AB3550 on the I2C bus
450 and expose a number of symbols needed for dependent devices
451 to read and write registers and subscribe to events from
452 this multi-functional IC. This is needed to use other features
453 of the AB3550 such as battery-backed RTC, charging control,
454 LEDs, vibrator, system power and temperature, power management
455 and ALSA sound.
456
Richard Röjfors8edbede2010-02-04 08:18:52 -0300457config MFD_TIMBERDALE
458 tristate "Support for the Timberdale FPGA"
459 select MFD_CORE
Randy Dunlap546e29b62010-02-12 12:30:55 -0300460 depends on PCI && GPIOLIB
Richard Röjfors8edbede2010-02-04 08:18:52 -0300461 ---help---
462 This is the core driver for the timberdale FPGA. This device is a
463 multifunction device which exposes numerous platform devices.
464
465 The timberdale FPGA can be found on the Intel Atom development board
466 for in-vehicle infontainment, called Russellville.
Denis Turischeve82c60a2010-02-19 11:26:25 +0100467
468config LPC_SCH
469 tristate "Intel SCH LPC"
470 depends on PCI
471 select MFD_CORE
472 help
473 LPC bridge function of the Intel SCH provides support for
474 System Management Bus and General Purpose I/O.
475
Florian Fainellie090d502010-03-21 01:06:05 +0100476config MFD_RDC321X
477 tristate "Support for RDC-R321x southbridge"
478 select MFD_CORE
479 depends on PCI
480 help
481 Say yes here if you want to have support for the RDC R-321x SoC
482 southbridge which provides access to GPIOs and Watchdog using the
483 southbridge PCI device configuration space.
484
Ira W. Snyderbd358132010-04-07 09:43:00 +0200485config MFD_JANZ_CMODIO
486 tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board"
487 select MFD_CORE
488 depends on PCI
489 help
490 This is the core driver for the Janz CMOD-IO PCI MODULbus
491 carrier board. This device is a PCI to MODULbus bridge which may
492 host many different types of MODULbus daughterboards, including
493 CAN and GPIO controllers.
494
Randy Dunlap38270642010-05-11 01:07:34 +0200495endif # MFD_SUPPORT
Ben Dooksb6d64542007-02-20 13:58:01 -0800496
Russell Kinga4e137a2005-08-18 10:06:59 +0100497menu "Multimedia Capabilities Port drivers"
Adrian Bunkf751d502006-03-24 03:18:21 -0800498 depends on ARCH_SA1100
Russell Kinga4e137a2005-08-18 10:06:59 +0100499
500config MCP
501 tristate
502
Russell King5e742ad2005-08-18 10:08:15 +0100503# Interface drivers
504config MCP_SA11X0
505 tristate "Support SA11x0 MCP interface"
506 depends on ARCH_SA1100
507 select MCP
508
Russell King05c45ca2005-09-11 10:26:31 +0100509# Chip drivers
510config MCP_UCB1200
511 tristate "Support for UCB1200 / UCB1300"
512 depends on MCP
513
Russell Kingacb45432005-09-11 10:26:57 +0100514config MCP_UCB1200_TS
515 tristate "Touchscreen interface support"
516 depends on MCP_UCB1200 && INPUT
517
Russell Kinga4e137a2005-08-18 10:06:59 +0100518endmenu