diff options
author | Daniel Drake <dsd@laptop.org> | 2010-09-30 16:55:41 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:49 -0400 |
commit | 375fc77ba950e388f29d11cb3279ada5e5c1580c (patch) | |
tree | 09269b97938cac25d8c27f4fd94ce5b66bae258d /drivers/mfd/Kconfig | |
parent | 5f2545fa156f3d4d327038d7664608e146809a3c (diff) |
mfd: Add VIA VX855 multi-function device support
This device has GPIO, SPI and I2C capabilities.
The hardware can be found in the OLPC XO-1.5 laptop.
Based on earlier work by Harald Welte.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 256fabd7d65e..9735f581574d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -576,6 +576,15 @@ config MFD_TPS6586X | |||
576 | This driver can also be built as a module. If so, the module | 576 | This driver can also be built as a module. If so, the module |
577 | will be called tps6586x. | 577 | will be called tps6586x. |
578 | 578 | ||
579 | config MFD_VX855 | ||
580 | tristate "Support for VIA VX855/VX875 integrated south bridge" | ||
581 | depends on PCI | ||
582 | select MFD_CORE | ||
583 | help | ||
584 | Say yes here to enable support for various functions of the | ||
585 | VIA VX855/VX875 south bridge. You will need to enable the vx855_spi | ||
586 | and/or vx855_gpio drivers for this to do anything useful. | ||
587 | |||
579 | endif # MFD_SUPPORT | 588 | endif # MFD_SUPPORT |
580 | 589 | ||
581 | menu "Multimedia Capabilities Port drivers" | 590 | menu "Multimedia Capabilities Port drivers" |