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

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

592 depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
593 help
594 Say Y here if you want to use the IIC bus controller on
595 the Freescale i.MX/MXC, Layerscape or ColdFire processors.
596
597 This driver can also be built as a module. If so, the module
598 will be called i2c-imx.
599
1#
2# Sensor device configuration
3#
4
5menu "I2C Hardware Bus support"
6 depends on HAS_IOMEM
7
8comment "PC SMBus host controller drivers"

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

592 depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
593 help
594 Say Y here if you want to use the IIC bus controller on
595 the Freescale i.MX/MXC, Layerscape or ColdFire processors.
596
597 This driver can also be built as a module. If so, the module
598 will be called i2c-imx.
599
600config I2C_IMX_LPI2C
601 tristate "IMX Low Power I2C interface"
602 depends on ARCH_MXC || COMPILE_TEST
603 help
604 Say Y here if you want to use the Low Power IIC bus controller
605 on the Freescale i.MX processors.
606
607 This driver can also be built as a module. If so, the module
608 will be called i2c-imx-lpi2c.
609
600config I2C_IOP3XX
601 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
602 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
603 help
604 Say Y here if you want to use the IIC bus controller on
605 the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
606
607 This driver can also be built as a module. If so, the module

--- 621 unchanged lines hidden ---
610config I2C_IOP3XX
611 tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
612 depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
613 help
614 Say Y here if you want to use the IIC bus controller on
615 the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
616
617 This driver can also be built as a module. If so, the module

--- 621 unchanged lines hidden ---