diff options
author | Ira W. Snyder <iws@ovro.caltech.edu> | 2010-04-07 03:43:00 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-05-27 19:37:32 -0400 |
commit | bd3581323cc02aefc79a21780a4ca8c578642892 (patch) | |
tree | eccf8b03e14bdd16416fa30205c61c128e7ce3ce /drivers/mfd/Kconfig | |
parent | 165bce9783ab307368e56b7c1a168520a3791266 (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/Kconfig | 10 |
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 | ||
421 | config 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 | |||
421 | endmenu | 431 | endmenu |
422 | 432 | ||
423 | menu "Multimedia Capabilities Port drivers" | 433 | menu "Multimedia Capabilities Port drivers" |