diff options
author | Tony Lindgren <tony@atomide.com> | 2010-03-01 17:19:05 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-03-01 17:19:05 -0500 |
commit | d702d12167a2c05a346f49aac7a311d597762495 (patch) | |
tree | baae42c299cce34d6df24b5d01f8b1d0b481bd9a /drivers/mfd/Kconfig | |
parent | 9418c65f9bd861d0f7e39aab9cfb3aa6f2275d11 (diff) | |
parent | ac0f6f927db539e03e1f3f61bcd4ed57d5cde7a9 (diff) |
Merge with mainline to remove plat-omap/Kconfig conflict
Conflicts:
arch/arm/plat-omap/Kconfig
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1380e1c44e4b..b670d10d5c92 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -348,6 +348,16 @@ config AB4500_CORE | |||
348 | read/write functions for the devices to get access to this chip. | 348 | read/write functions for the devices to get access to this chip. |
349 | This chip embeds various other multimedia funtionalities as well. | 349 | This chip embeds various other multimedia funtionalities as well. |
350 | 350 | ||
351 | config MFD_TIMBERDALE | ||
352 | tristate "Support for the Timberdale FPGA" | ||
353 | select MFD_CORE | ||
354 | depends on PCI && GPIOLIB | ||
355 | ---help--- | ||
356 | This is the core driver for the timberdale FPGA. This device is a | ||
357 | multifunction device which exposes numerous platform devices. | ||
358 | |||
359 | The timberdale FPGA can be found on the Intel Atom development board | ||
360 | for in-vehicle infontainment, called Russellville. | ||
351 | endmenu | 361 | endmenu |
352 | 362 | ||
353 | menu "Multimedia Capabilities Port drivers" | 363 | menu "Multimedia Capabilities Port drivers" |