diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-08-11 01:35:25 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-11 01:35:25 +0200 |
commit | f6e1901c4c596238abe6735bb20593f2734f757e (patch) | |
tree | 14515f05ce94045316c4d264f1e3bdfa9b0ddddf /drivers/i2c/busses/Kconfig | |
parent | Merge branch 'for-2636/i2c/nxp' into next-i2c (diff) | |
parent | i2c/nuc900: add i2c driver support for nuc900 (diff) | |
download | linux-f6e1901c4c596238abe6735bb20593f2734f757e.tar.xz linux-f6e1901c4c596238abe6735bb20593f2734f757e.zip |
Merge branch 'for-2636/i2c/nuc' into next-i2c
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 77eabae4df8a..21d88532d5b2 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -448,6 +448,13 @@ config I2C_NOMADIK If you say yes to this option, support will be included for the I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. +config I2C_NUC900 + tristate "NUC900 I2C Driver" + depends on ARCH_W90X900 + help + Say Y here to include support for I2C controller in the + Winbond/Nuvoton NUC900 based System-on-Chip devices. + config I2C_OCORES tristate "OpenCores I2C Controller" depends on EXPERIMENTAL |