Kconfig (3d5271f9883cba7b54762bc4fe027d4172f06db7) | Kconfig (a28d3af2a26c89aaa6470ca36edb212e05143d67) |
---|---|
1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 depends on I2C 7 8config I2C_ALI1535 --- 222 unchanged lines hidden (view full) --- 231 select I2C_ALGOBIT 232 help 233 Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based 234 system and are using GPIO lines for an I2C bus. 235 236 This support is also available as a module. If so, the module 237 will be called i2c-ixp2000. 238 | 1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 depends on I2C 7 8config I2C_ALI1535 --- 222 unchanged lines hidden (view full) --- 231 select I2C_ALGOBIT 232 help 233 Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based 234 system and are using GPIO lines for an I2C bus. 235 236 This support is also available as a module. If so, the module 237 will be called i2c-ixp2000. 238 |
239config I2C_KEYWEST 240 tristate "Powermac Keywest I2C interface" | 239config I2C_POWERMAC 240 tristate "Powermac I2C interface" |
241 depends on I2C && PPC_PMAC | 241 depends on I2C && PPC_PMAC |
242 default y |
|
242 help | 243 help |
243 This supports the use of the I2C interface in the combo-I/O 244 chip on recent Apple machines. Say Y if you have such a machine. | 244 This exposes the various PowerMac i2c interfaces to the linux i2c 245 layer and to userland. It is used by various drivers on the powemac 246 platform, thus should generally be enabled. |
245 | 247 |
246 This support is also available as a module. If so, the module 247 will be called i2c-keywest. 248 249config I2C_PMAC_SMU 250 tristate "Powermac SMU I2C interface" 251 depends on I2C && PMAC_SMU 252 help 253 This supports the use of the I2C interface in the SMU 254 chip on recent Apple machines like the iMac G5. It is used 255 among others by the thermal control driver for those machines. 256 Say Y if you have such a machine. 257 | |
258 This support is also available as a module. If so, the module | 248 This support is also available as a module. If so, the module |
259 will be called i2c-pmac-smu. | 249 will be called i2c-powermac. |
260 261config I2C_MPC 262 tristate "MPC107/824x/85xx/52xx" 263 depends on I2C && PPC32 264 help 265 If you say yes to this option, support will be included for the 266 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and 267 MPC85xx family processors. The driver may also work on 52xx --- 256 unchanged lines hidden --- | 250 251config I2C_MPC 252 tristate "MPC107/824x/85xx/52xx" 253 depends on I2C && PPC32 254 help 255 If you say yes to this option, support will be included for the 256 built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and 257 MPC85xx family processors. The driver may also work on 52xx --- 256 unchanged lines hidden --- |