diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 113505a6434e..cbfcf6fb4a61 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -523,6 +523,17 @@ config I2C_PNX | |||
523 | This driver can also be built as a module. If so, the module | 523 | This driver can also be built as a module. If so, the module |
524 | will be called i2c-pnx. | 524 | will be called i2c-pnx. |
525 | 525 | ||
526 | config I2C_PUV3 | ||
527 | tristate "PKUnity v3 I2C bus support" | ||
528 | depends on UNICORE32 && ARCH_PUV3 | ||
529 | select I2C_ALGOBIT | ||
530 | help | ||
531 | This driver supports the I2C IP inside the PKUnity-v3 SoC. | ||
532 | This I2C bus controller is under AMBA/AXI bus. | ||
533 | |||
534 | This driver can also be built as a module. If so, the module | ||
535 | will be called i2c-puv3. | ||
536 | |||
526 | config I2C_PXA | 537 | config I2C_PXA |
527 | tristate "Intel PXA2XX I2C adapter" | 538 | tristate "Intel PXA2XX I2C adapter" |
528 | depends on ARCH_PXA || ARCH_MMP | 539 | depends on ARCH_PXA || ARCH_MMP |