aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorIra W. Snyder <iws@ovro.caltech.edu>2010-04-07 03:43:00 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2010-05-27 19:37:32 -0400
commitbd3581323cc02aefc79a21780a4ca8c578642892 (patch)
treeeccf8b03e14bdd16416fa30205c61c128e7ce3ce /drivers/mfd/Kconfig
parent165bce9783ab307368e56b7c1a168520a3791266 (diff)
mfd: Janz CMOD-IO PCI MODULbus Carrier Board support
The Janz CMOD-IO PCI MODULbus carrier board is a PCI to MODULbus bridge, which may host many different types of MODULbus daughterboards, including CAN and GPIO controllers. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Reviewed-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 93d0e31c0438..05c137d16b04 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -418,6 +418,16 @@ config MFD_RDC321X
418 southbridge which provides access to GPIOs and Watchdog using the 418 southbridge which provides access to GPIOs and Watchdog using the
419 southbridge PCI device configuration space. 419 southbridge PCI device configuration space.
420 420
421config MFD_JANZ_CMODIO
422 tristate "Support for Janz CMOD-IO PCI MODULbus Carrier Board"
423 select MFD_CORE
424 depends on PCI
425 help
426 This is the core driver for the Janz CMOD-IO PCI MODULbus
427 carrier board. This device is a PCI to MODULbus bridge which may
428 host many different types of MODULbus daughterboards, including
429 CAN and GPIO controllers.
430
421endmenu 431endmenu
422 432
423menu "Multimedia Capabilities Port drivers" 433menu "Multimedia Capabilities Port drivers"