diff options
| author | Greg KH <gregkh@suse.de> | 2005-09-09 17:26:01 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-09 17:26:01 -0400 |
| commit | 8ccc457722ba226ea72fca6f9ba3b54535d4749e (patch) | |
| tree | e323eda3b7ed55a5398751021e8031c1cae56f9d /drivers/i2c/busses/Kconfig | |
| parent | 20dd026d7f5a6972dc78b4928a99620001fa547d (diff) | |
| parent | 5dce225bd9ea60e28e17076de63df0dee51b2883 (diff) | |
Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 6e9da1372225..8334496a7e0a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
| @@ -144,6 +144,22 @@ config I2C_I810 | |||
| 144 | This driver can also be built as a module. If so, the module | 144 | This driver can also be built as a module. If so, the module |
| 145 | will be called i2c-i810. | 145 | will be called i2c-i810. |
| 146 | 146 | ||
| 147 | config I2C_PXA | ||
| 148 | tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)" | ||
| 149 | depends on I2C && EXPERIMENTAL && ARCH_PXA | ||
| 150 | help | ||
| 151 | If you have devices in the PXA I2C bus, say yes to this option. | ||
| 152 | This driver can also be built as a module. If so, the module | ||
| 153 | will be called i2c-pxa. | ||
| 154 | |||
| 155 | config I2C_PXA_SLAVE | ||
| 156 | bool "Intel PXA2XX I2C Slave comms support" | ||
| 157 | depends on I2C_PXA | ||
| 158 | help | ||
| 159 | Support I2C slave mode communications on the PXA I2C bus. This | ||
| 160 | is necessary for systems where the PXA may be a target on the | ||
| 161 | I2C bus. | ||
| 162 | |||
| 147 | config I2C_PIIX4 | 163 | config I2C_PIIX4 |
| 148 | tristate "Intel PIIX4" | 164 | tristate "Intel PIIX4" |
| 149 | depends on I2C && PCI | 165 | depends on I2C && PCI |
