diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2012-11-19 10:36:04 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-20 06:21:13 -0500 |
commit | 174a13aa8669331605b138aaf61569dd7189e453 (patch) | |
tree | 58b52bc238649f070b41a0d3ec7c71dea98aed9b /drivers/i2c/busses/Kconfig | |
parent | 9d5b72de0d1627b130fa69c5edf58b5b2df4ca50 (diff) |
i2c: Add viperboard i2c master driver
This adds the mfd cell to use the i2c part of the Nano River Technologies
viperboard as i2c master.
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index e9df4612b7eb..c7bff51fe524 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -818,6 +818,16 @@ config I2C_TINY_USB | |||
818 | This driver can also be built as a module. If so, the module | 818 | This driver can also be built as a module. If so, the module |
819 | will be called i2c-tiny-usb. | 819 | will be called i2c-tiny-usb. |
820 | 820 | ||
821 | config I2C_VIPERBOARD | ||
822 | tristate "Viperboard I2C master support" | ||
823 | depends on MFD_VIPERBOARD && USB | ||
824 | help | ||
825 | Say yes here to access the I2C part of the Nano River | ||
826 | Technologies Viperboard as I2C master. | ||
827 | See viperboard API specification and Nano | ||
828 | River Tech's viperboard.h for detailed meaning | ||
829 | of the module parameters. | ||
830 | |||
821 | comment "Other I2C/SMBus bus drivers" | 831 | comment "Other I2C/SMBus bus drivers" |
822 | 832 | ||
823 | config I2C_ACORN | 833 | config I2C_ACORN |