blob: 9da0e504bbe9c67fe5264ae9c6188e157e036506 [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
Mark Brown1d9f9f02008-09-10 18:58:42 +0100255config MFD_WM8400
256 tristate "Support Wolfson Microelectronics WM8400"
Mark Brownb8380c12008-12-18 10:54:22 +0100257 select MFD_CORE
Mark Brown9c366452008-10-24 17:16:11 +0200258 depends on I2C
Mark Brown1d9f9f02008-09-10 18:58:42 +0100259 help
260 Support for the Wolfson Microelecronics WM8400 PMIC and audio
Mark Brown9e5aca52009-05-29 11:34:18 +0100261 CODEC. This driver provides common support for accessing
Mark Brown1d9f9f02008-09-10 18:58:42 +0100262 the device, additional drivers must be enabled in order to use
263 the functionality of the device.
264
Mark Brownb11062b2009-07-27 14:45:58 +0100265config MFD_WM831X
Mark Brown6e401732009-11-23 13:42:34 +0000266 bool "Support Wolfson Microelectronics WM831x/2x PMICs"
Mark Brownb11062b2009-07-27 14:45:58 +0100267 select MFD_CORE
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100268 depends on I2C=y && GENERIC_HARDIRQS
Mark Brownb11062b2009-07-27 14:45:58 +0100269 help
Mark Brownd4e0a892009-10-01 15:41:07 +0100270 Support for the Wolfson Microelecronics WM831x and WM832x PMICs.
271 This driver provides common support for accessing the device,
Mark Brownb11062b2009-07-27 14:45:58 +0100272 additional drivers must be enabled in order to use the
273 functionality of the device.
274
Mark Brown89b40122008-10-10 15:58:10 +0100275config MFD_WM8350
Mark Brownecf926b2010-01-05 20:40:47 +0000276 bool
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100277 depends on GENERIC_HARDIRQS
Mark Brown89b40122008-10-10 15:58:10 +0100278
279config MFD_WM8350_CONFIG_MODE_0
280 bool
281 depends on MFD_WM8350
282
283config MFD_WM8350_CONFIG_MODE_1
284 bool
285 depends on MFD_WM8350
286
287config MFD_WM8350_CONFIG_MODE_2
288 bool
289 depends on MFD_WM8350
290
291config MFD_WM8350_CONFIG_MODE_3
292 bool
293 depends on MFD_WM8350
294
Mark Brownca23f8c2008-12-18 23:12:28 +0100295config MFD_WM8351_CONFIG_MODE_0
296 bool
297 depends on MFD_WM8350
298
299config MFD_WM8351_CONFIG_MODE_1
300 bool
301 depends on MFD_WM8350
302
303config MFD_WM8351_CONFIG_MODE_2
304 bool
305 depends on MFD_WM8350
306
307config MFD_WM8351_CONFIG_MODE_3
308 bool
309 depends on MFD_WM8350
310
Mark Brown96920632008-12-18 23:09:50 +0100311config MFD_WM8352_CONFIG_MODE_0
312 bool
313 depends on MFD_WM8350
314
315config MFD_WM8352_CONFIG_MODE_1
316 bool
317 depends on MFD_WM8350
318
319config MFD_WM8352_CONFIG_MODE_2
320 bool
321 depends on MFD_WM8350
322
323config MFD_WM8352_CONFIG_MODE_3
324 bool
325 depends on MFD_WM8350
326
Mark Brownc661a0b2008-10-10 15:58:11 +0100327config MFD_WM8350_I2C
Mark Brownecf926b2010-01-05 20:40:47 +0000328 bool "Support Wolfson Microelectronics WM8350 with I2C"
Mark Brownc661a0b2008-10-10 15:58:11 +0100329 select MFD_WM8350
Geert Uytterhoeven8d002bd2009-12-15 21:49:57 +0100330 depends on I2C=y && GENERIC_HARDIRQS
Mark Brownc661a0b2008-10-10 15:58:11 +0100331 help
332 The WM8350 is an integrated audio and power management
333 subsystem with watchdog and RTC functionality for embedded
334 systems. This option enables core support for the WM8350 with
335 I2C as the control interface. Additional options must be
336 selected to enable support for the functionality of the chip.
337
Mark Brown9e501082010-01-29 18:20:29 +0000338config MFD_WM8994
Mark Brownc9fbf7e2010-03-26 16:49:15 +0000339 bool "Support Wolfson Microelectronics WM8994"
Mark Brown9e501082010-01-29 18:20:29 +0000340 select MFD_CORE
Mark Brownc9fbf7e2010-03-26 16:49:15 +0000341 depends on I2C=y && GENERIC_HARDIRQS
Mark Brown9e501082010-01-29 18:20:29 +0000342 help
343 The WM8994 is a highly integrated hi-fi CODEC designed for
344 smartphone applicatiosn. As well as audio functionality it
345 has on board GPIO and regulator functionality which is
346 supported via the relevant subsystems. This driver provides
347 core support for the WM8994, in order to use the actual
348 functionaltiy of the device other drivers must be enabled.
349
Balaji Raof52046b2009-01-09 01:49:01 +0100350config MFD_PCF50633
351 tristate "Support for NXP PCF50633"
352 depends on I2C
353 help
354 Say yes here if you have NXP PCF50633 chip on your board.
355 This core driver provides register access and IRQ handling
356 facilities, and registers devices for the various functions
357 so that function-specific drivers can bind to them.
358
Sascha Hauer8238add2009-08-19 01:40:28 +0200359config MFD_MC13783
360 tristate "Support Freescale MC13783"
361 depends on SPI_MASTER
362 select MFD_CORE
363 help
364 Support for the Freescale (Atlas) MC13783 PMIC and audio CODEC.
365 This driver provides common support for accessing the device,
366 additional drivers must be enabled in order to use the
367 functionality of the device.
368
Balaji Rao08c3e062009-01-09 01:49:26 +0100369config PCF50633_ADC
370 tristate "Support for NXP PCF50633 ADC"
371 depends on MFD_PCF50633
372 help
373 Say yes here if you want to include support for ADC in the
374 NXP PCF50633 chip.
375
Balaji Rao6a3d1192009-01-09 01:49:37 +0100376config PCF50633_GPIO
377 tristate "Support for NXP PCF50633 GPIO"
378 depends on MFD_PCF50633
379 help
380 Say yes here if you want to include support GPIO for pins on
381 the PCF50633 chip.
382
Mattias Wallinfa661252010-05-01 18:26:20 +0200383config ABX500_CORE
384 bool "ST-Ericsson ABX500 Mixed Signal Circuit register functions"
385 default y if ARCH_U300
386 help
387 Say yes here if you have the ABX500 Mixed Signal IC family
388 chips. This core driver expose register access functions.
389 Functionality specific drivers using these functions can
390 remain unchanged when IC changes. Binding of the functions to
391 actual register access is done by the IC core driver.
392
Linus Walleij14fa5692009-05-21 23:17:06 +0200393config AB3100_CORE
Linus Walleij2071db42010-01-19 11:41:52 +0100394 bool "ST-Ericsson AB3100 Mixed Signal Circuit core functions"
Mattias Wallinfa661252010-05-01 18:26:20 +0200395 depends on I2C=y && ABX500_CORE
Linus Walleij14fa5692009-05-21 23:17:06 +0200396 default y if ARCH_U300
397 help
398 Select this to enable the AB3100 Mixed Signal IC core
399 functionality. This connects to a AB3100 on the I2C bus
400 and expose a number of symbols needed for dependent devices
401 to read and write registers and subscribe to events from
402 this multi-functional IC. This is needed to use other features
403 of the AB3100 such as battery-backed RTC, charging control,
404 LEDs, vibrator, system power and temperature, power management
405 and ALSA sound.
406
Linus Walleij12992dd2009-08-18 22:52:26 +0200407config AB3100_OTP
408 tristate "ST-Ericsson AB3100 OTP functions"
409 depends on AB3100_CORE
410 default y if AB3100_CORE
411 help
412 Select this to enable the AB3100 Mixed Signal IC OTP (one-time
413 programmable memory) support. This exposes a sysfs file to read
414 out OTP values.
415
Daniel Ribeiro13a09f92009-05-28 15:43:37 -0300416config EZX_PCAP
417 bool "PCAP Support"
418 depends on GENERIC_HARDIRQS && SPI_MASTER
419 help
420 This enables the PCAP ASIC present on EZX Phones. This is
421 needed for MMC, TouchScreen, Sound, USB, etc..
422
Rabin Vincent62579262010-05-19 11:39:02 +0200423config AB8500_CORE
424 bool "ST-Ericsson AB8500 Mixed Signal Power Management chip"
425 depends on SPI=y && GENERIC_HARDIRQS
426 select MFD_CORE
Srinidhi Kasagar0c418392009-10-12 17:11:52 +0200427 help
Rabin Vincent62579262010-05-19 11:39:02 +0200428 Select this option to enable access to AB8500 power management
Srinidhi Kasagar0c418392009-10-12 17:11:52 +0200429 chip. This connects to U8500 on the SSP/SPI bus and exports
430 read/write functions for the devices to get access to this chip.
431 This chip embeds various other multimedia funtionalities as well.
432
Mattias Wallin09bcb3f2010-05-11 00:25:29 +0200433config AB3550_CORE
434 bool "ST-Ericsson AB3550 Mixed Signal Circuit core functions"
435 select MFD_CORE
436 depends on I2C=y && GENERIC_HARDIRQS && ABX500_CORE
437 help
438 Select this to enable the AB3550 Mixed Signal IC core
439 functionality. This connects to a AB3550 on the I2C bus
440 and expose a number of symbols needed for dependent devices
441 to read and write registers and subscribe to events from
442 this multi-functional IC. This is needed to use other features
443 of the AB3550 such as battery-backed RTC, charging control,
444 LEDs, vibrator, system power and temperature, power management
445 and ALSA sound.
446
Richard Röjfors8edbede2010-02-04 08:18:52 -0300447config MFD_TIMBERDALE
448 tristate "Support for the Timberdale FPGA"
449 select MFD_CORE
Randy Dunlap546e29b62010-02-12 12:30:55 -0300450 depends on PCI && GPIOLIB
Richard Röjfors8edbede2010-02-04 08:18:52 -0300451 ---help---
452 This is the core driver for the timberdale FPGA. This device is a
453 multifunction device which exposes numerous platform devices.
454
455 The timberdale FPGA can be found on the Intel Atom development board
456 for in-vehicle infontainment, called Russellville.
Denis Turischeve82c60a2010-02-19 11:26:25 +0100457
458config LPC_SCH
459 tristate "Intel SCH LPC"
460 depends on PCI
461 select MFD_CORE
462 help
463 LPC bridge function of the Intel SCH provides support for
464 System Management Bus and General Purpose I/O.
465
Florian Fainellie090d502010-03-21 01:06:05 +0100466config MFD_RDC321X
467 tristate "Support for RDC-R321x southbridge"
468 select MFD_CORE
469 depends on PCI
470 help
471 Say yes here if you want to have support for the RDC R-321x SoC
472 southbridge which provides access to GPIOs and Watchdog using the
473 southbridge PCI device configuration space.
474
Ira W. Snyderbd358132010-04-07 09:43:00 +0200475config MFD_JANZ_CMODIO
476 tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board"
477 select MFD_CORE
478 depends on PCI
479 help
480 This is the core driver for the Janz CMOD-IO PCI MODULbus
481 carrier board. This device is a PCI to MODULbus bridge which may
482 host many different types of MODULbus daughterboards, including
483 CAN and GPIO controllers.
484
Randy Dunlap38270642010-05-11 01:07:34 +0200485endif # MFD_SUPPORT
Ben Dooksb6d64542007-02-20 13:58:01 -0800486
Russell Kinga4e137a2005-08-18 10:06:59 +0100487menu "Multimedia Capabilities Port drivers"
Adrian Bunkf751d502006-03-24 03:18:21 -0800488 depends on ARCH_SA1100
Russell Kinga4e137a2005-08-18 10:06:59 +0100489
490config MCP
491 tristate
492
Russell King5e742ad2005-08-18 10:08:15 +0100493# Interface drivers
494config MCP_SA11X0
495 tristate "Support SA11x0 MCP interface"
496 depends on ARCH_SA1100
497 select MCP
498
Russell King05c45ca2005-09-11 10:26:31 +0100499# Chip drivers
500config MCP_UCB1200
501 tristate "Support for UCB1200 / UCB1300"
502 depends on MCP
503
Russell Kingacb45432005-09-11 10:26:57 +0100504config MCP_UCB1200_TS
505 tristate "Touchscreen interface support"
506 depends on MCP_UCB1200 && INPUT
507
Russell Kinga4e137a2005-08-18 10:06:59 +0100508endmenu