Kconfig (d905163c5b23f6d8511971e06081a1b525e8a0bd) | Kconfig (1ab52cf910bbbee92861227e6ed77c56b1dc233c) |
---|---|
1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 312 unchanged lines hidden (view full) --- 321 322 This driver can also be built as a module. If so, the module 323 will be called i2c-davinci. 324 325 Please note that this driver might be needed to bring up other 326 devices such as DaVinci NIC. 327 For details please see http://www.ti.com/davinci 328 | 1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 312 unchanged lines hidden (view full) --- 321 322 This driver can also be built as a module. If so, the module 323 will be called i2c-davinci. 324 325 Please note that this driver might be needed to bring up other 326 devices such as DaVinci NIC. 327 For details please see http://www.ti.com/davinci 328 |
329config I2C_DESIGNWARE 330 tristate "Synopsys DesignWare" 331 help 332 If you say yes to this option, support will be included for the 333 Synopsys DesignWare I2C adapter. Only master mode is supported. 334 335 This driver can also be built as a module. If so, the module 336 will be called i2c-designware. 337 |
|
329config I2C_GPIO 330 tristate "GPIO-based bitbanging I2C" 331 depends on GENERIC_GPIO 332 select I2C_ALGOBIT 333 help 334 This is a very simple bitbanging I2C driver utilizing the 335 arch-neutral GPIO API to control the SCL and SDA lines. 336 --- 418 unchanged lines hidden --- | 338config I2C_GPIO 339 tristate "GPIO-based bitbanging I2C" 340 depends on GENERIC_GPIO 341 select I2C_ALGOBIT 342 help 343 This is a very simple bitbanging I2C driver utilizing the 344 arch-neutral GPIO API to control the SCL and SDA lines. 345 --- 418 unchanged lines hidden --- |