Kconfig (4858704da75ba84ce21e6d4b3b974e8b8594c9f2) Kconfig (18904c0ecdf2cf22347da2adc4b273e9570333d8)
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6
7comment "PC SMBus host controller drivers"
8 depends on PCI

--- 499 unchanged lines hidden (view full) ---

508 If you say yes to this option, support will be included for
509 the Simtec Generic I2C interface. This driver is for the
510 simple I2C bus used on newer Simtec products for general
511 I2C, such as DDC on the Simtec BBD2016A.
512
513 This driver can also be built as a module. If so, the module
514 will be called i2c-simtec.
515
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6
7comment "PC SMBus host controller drivers"
8 depends on PCI

--- 499 unchanged lines hidden (view full) ---

508 If you say yes to this option, support will be included for
509 the Simtec Generic I2C interface. This driver is for the
510 simple I2C bus used on newer Simtec products for general
511 I2C, such as DDC on the Simtec BBD2016A.
512
513 This driver can also be built as a module. If so, the module
514 will be called i2c-simtec.
515
516config I2C_STU300
517 tristate "ST Microelectronics DDC I2C interface"
518 default y if MACH_U300
519 help
520 If you say yes to this option, support will be included for the
521 I2C interface from ST Microelectronics simply called "DDC I2C"
522 supporting both I2C and DDC, used in e.g. the U300 series
523 mobile platforms.
524
525 This driver can also be built as a module. If so, the module
526 will be called i2c-stu300.
527
516config I2C_VERSATILE
517 tristate "ARM Versatile/Realview I2C bus support"
518 depends on ARCH_VERSATILE || ARCH_REALVIEW
519 select I2C_ALGOBIT
520 help
521 Say yes if you want to support the I2C serial bus on ARMs Versatile
522 range of platforms.
523

--- 218 unchanged lines hidden ---
528config I2C_VERSATILE
529 tristate "ARM Versatile/Realview I2C bus support"
530 depends on ARCH_VERSATILE || ARCH_REALVIEW
531 select I2C_ALGOBIT
532 help
533 Say yes if you want to support the I2C serial bus on ARMs Versatile
534 range of platforms.
535

--- 218 unchanged lines hidden ---