diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-08-10 19:35:25 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-10 19:35:25 -0400 |
commit | f6e1901c4c596238abe6735bb20593f2734f757e (patch) | |
tree | 14515f05ce94045316c4d264f1e3bdfa9b0ddddf /drivers/i2c/busses/Kconfig | |
parent | d8a6206d4f65f979dc3fee0962af509040b342dc (diff) | |
parent | ededad3e6f2c7ccf0c721e71f2fd7b1ea56f520f (diff) |
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 | |||
448 | If you say yes to this option, support will be included for the | 448 | If you say yes to this option, support will be included for the |
449 | I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. | 449 | I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. |
450 | 450 | ||
451 | config I2C_NUC900 | ||
452 | tristate "NUC900 I2C Driver" | ||
453 | depends on ARCH_W90X900 | ||
454 | help | ||
455 | Say Y here to include support for I2C controller in the | ||
456 | Winbond/Nuvoton NUC900 based System-on-Chip devices. | ||
457 | |||
451 | config I2C_OCORES | 458 | config I2C_OCORES |
452 | tristate "OpenCores I2C Controller" | 459 | tristate "OpenCores I2C Controller" |
453 | depends on EXPERIMENTAL | 460 | depends on EXPERIMENTAL |