diff options
author | Ganesan Ramalingam <ganesanr@netlogicmicro.com> | 2012-01-27 03:45:37 -0500 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-02-24 16:25:57 -0500 |
commit | 401c3434c4d7f5619fd81b5ff9c38f54f52346a0 (patch) | |
tree | 8149341b2f557d4b46b147b90f8f070756554fec /drivers/i2c/busses/Kconfig | |
parent | 3f0e1e4bb6a73dce9aed9f82a86f4ae161bf9b06 (diff) |
i2c: Support for Netlogic XLR/XLS I2C controller.
Add support for the intergrated I2C controller on Netlogic
XLR/XLS MIPS SoC.
The changes are to add a new file i2c/buses/i2c-xlr.c, containing the
i2c bus implementation, and to update i2c/buses/{Kconfig,Makefile} to
add the CONFIG_I2C_XLR option.
Signed-off-by: Ganesan Ramalingam <ganesanr@netlogicmicro.com>
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
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 3101dd59e37..7726c792c80 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -681,6 +681,16 @@ config I2C_XILINX | |||
681 | This driver can also be built as a module. If so, the module | 681 | This driver can also be built as a module. If so, the module |
682 | will be called xilinx_i2c. | 682 | will be called xilinx_i2c. |
683 | 683 | ||
684 | config I2C_XLR | ||
685 | tristate "XLR I2C support" | ||
686 | depends on CPU_XLR | ||
687 | help | ||
688 | This driver enables support for the on-chip I2C interface of | ||
689 | the Netlogic XLR/XLS MIPS processors. | ||
690 | |||
691 | This driver can also be built as a module. If so, the module | ||
692 | will be called i2c-xlr. | ||
693 | |||
684 | config I2C_EG20T | 694 | config I2C_EG20T |
685 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" | 695 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" |
686 | depends on PCI | 696 | depends on PCI |