aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig9
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
579config 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
579endif # MFD_SUPPORT 588endif # MFD_SUPPORT
580 589
581menu "Multimedia Capabilities Port drivers" 590menu "Multimedia Capabilities Port drivers"