Kconfig (760a52e80fdf018a9f83a499427923e18e3bd582) Kconfig (30021e3707a75cc29dc1252c062d374151c5985f)
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6 depends on HAS_IOMEM
7
8comment "PC SMBus host controller drivers"

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

118 Lynx Point-LP (PCH)
119 Avoton (SOC)
120 Wellsburg (PCH)
121 Coleto Creek (PCH)
122 Wildcat Point (PCH)
123 Wildcat Point-LP (PCH)
124 BayTrail (SOC)
125 Sunrise Point-H (PCH)
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6 depends on HAS_IOMEM
7
8comment "PC SMBus host controller drivers"

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

118 Lynx Point-LP (PCH)
119 Avoton (SOC)
120 Wellsburg (PCH)
121 Coleto Creek (PCH)
122 Wildcat Point (PCH)
123 Wildcat Point-LP (PCH)
124 BayTrail (SOC)
125 Sunrise Point-H (PCH)
126 Sunrise Point-LP (PCH)
126
127 This driver can also be built as a module. If so, the module
128 will be called i2c-i801.
129
130config I2C_ISCH
131 tristate "Intel SCH SMBus 1.0"
132 depends on PCI
133 select LPC_SCH

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

518 depends on 4xx
519 help
520 Say Y here if you want to use IIC peripheral found on
521 embedded IBM PPC 4xx based systems.
522
523 This driver can also be built as a module. If so, the module
524 will be called i2c-ibm_iic.
525
127
128 This driver can also be built as a module. If so, the module
129 will be called i2c-i801.
130
131config I2C_ISCH
132 tristate "Intel SCH SMBus 1.0"
133 depends on PCI
134 select LPC_SCH

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

519 depends on 4xx
520 help
521 Say Y here if you want to use IIC peripheral found on
522 embedded IBM PPC 4xx based systems.
523
524 This driver can also be built as a module. If so, the module
525 will be called i2c-ibm_iic.
526
527config I2C_IMG
528 tristate "Imagination Technologies I2C SCB Controller"
529 depends on SOC_TZ1090 || COMPILE_TEST
530 help
531 Say Y here if you want to use the IMG I2C SCB controller,
532 available on the TZ1090 SoC.
533
534 This driver can also be built as a module. If so, the module
535 will be called i2c-img-scb.
536
526config I2C_IMX
527 tristate "IMX I2C interface"
528 depends on ARCH_MXC
529 help
530 Say Y here if you want to use the IIC bus controller on
531 the Freescale i.MX/MXC processors.
532
533 This driver can also be built as a module. If so, the module

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

548 depends on MFD_KEMPLD
549 help
550 This enables support for the I2C bus interface on some Kontron ETX
551 and COMexpress (ETXexpress) modules.
552
553 This driver can also be built as a module. If so, the module
554 will be called i2c-kempld.
555
537config I2C_IMX
538 tristate "IMX I2C interface"
539 depends on ARCH_MXC
540 help
541 Say Y here if you want to use the IIC bus controller on
542 the Freescale i.MX/MXC processors.
543
544 This driver can also be built as a module. If so, the module

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

559 depends on MFD_KEMPLD
560 help
561 This enables support for the I2C bus interface on some Kontron ETX
562 and COMexpress (ETXexpress) modules.
563
564 This driver can also be built as a module. If so, the module
565 will be called i2c-kempld.
566
567config I2C_MESON
568 tristate "Amlogic Meson I2C controller"
569 depends on ARCH_MESON
570 help
571 If you say yes to this option, support will be included for the
572 I2C interface on the Amlogic Meson family of SoCs.
573
556config I2C_MPC
557 tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
558 depends on PPC
559 help
560 If you say yes to this option, support will be included for the
561 built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
562 MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
563

--- 484 unchanged lines hidden ---
574config I2C_MPC
575 tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
576 depends on PPC
577 help
578 If you say yes to this option, support will be included for the
579 built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
580 MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
581

--- 484 unchanged lines hidden ---