Kconfig (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) | Kconfig (809f36c6f4a0568178c909ff1096ca83eae33f7d) |
---|---|
1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 285 unchanged lines hidden (view full) --- 294 will easily trigger RX overrun and TX underrun errors. Using 295 low I2C clock rates may partially work around those issues 296 on some systems. Another serious problem is that there is no 297 documented way to issue repeated START conditions, as needed 298 to support combined I2C messages. Use the i2c-gpio driver 299 unless your system can cope with those limitations. 300 301config I2C_AU1550 | 1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 285 unchanged lines hidden (view full) --- 294 will easily trigger RX overrun and TX underrun errors. Using 295 low I2C clock rates may partially work around those issues 296 on some systems. Another serious problem is that there is no 297 documented way to issue repeated START conditions, as needed 298 to support combined I2C messages. Use the i2c-gpio driver 299 unless your system can cope with those limitations. 300 301config I2C_AU1550 |
302 tristate "Au1550/Au1200 SMBus interface" | 302 tristate "Au1550/Au1200/Au1300 SMBus interface" |
303 depends on MIPS_ALCHEMY 304 help 305 If you say yes to this option, support will be included for the | 303 depends on MIPS_ALCHEMY 304 help 305 If you say yes to this option, support will be included for the |
306 Au1550 and Au1200 SMBus interface. | 306 Au1550/Au1200/Au1300 SMBus interface. |
307 308 This driver can also be built as a module. If so, the module 309 will be called i2c-au1550. 310 311config I2C_BLACKFIN_TWI 312 tristate "Blackfin TWI I2C support" 313 depends on BLACKFIN 314 depends on !BF561 && !BF531 && !BF532 && !BF533 --- 575 unchanged lines hidden --- | 307 308 This driver can also be built as a module. If so, the module 309 will be called i2c-au1550. 310 311config I2C_BLACKFIN_TWI 312 tristate "Blackfin TWI I2C support" 313 depends on BLACKFIN 314 depends on !BF561 && !BF531 && !BF532 && !BF533 --- 575 unchanged lines hidden --- |