Kconfig (4768e90ecaec6b503ff64229bda5d91186d2edd3) | Kconfig (724041ae15ed9639b72bb54dabfac3279c6b4e55) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Sensor device configuration 4# 5 6menu "I2C Hardware Bus support" 7 depends on HAS_IOMEM 8 --- 1306 unchanged lines hidden (view full) --- 1315 select I2C_ALGOPCF 1316 help 1317 This supports the PCF8584 Zorro bus I2C adapter, known as ICY. 1318 Say Y if you own such an adapter. 1319 1320 This support is also available as a module. If so, the module 1321 will be called i2c-icy. 1322 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Sensor device configuration 4# 5 6menu "I2C Hardware Bus support" 7 depends on HAS_IOMEM 8 --- 1306 unchanged lines hidden (view full) --- 1315 select I2C_ALGOPCF 1316 help 1317 This supports the PCF8584 Zorro bus I2C adapter, known as ICY. 1318 Say Y if you own such an adapter. 1319 1320 This support is also available as a module. If so, the module 1321 will be called i2c-icy. 1322 |
1323 If you have a 2019 edition board with an LTC2990 sensor at address 1324 0x4c, loading the module 'ltc2990' is sufficient to enable it. 1325 |
|
1323config I2C_MLXCPLD 1324 tristate "Mellanox I2C driver" 1325 depends on X86_64 1326 help 1327 This exposes the Mellanox platform I2C busses to the linux I2C layer 1328 for X86 based systems. 1329 Controller is implemented as CPLD logic. 1330 --- 88 unchanged lines hidden --- | 1326config I2C_MLXCPLD 1327 tristate "Mellanox I2C driver" 1328 depends on X86_64 1329 help 1330 This exposes the Mellanox platform I2C busses to the linux I2C layer 1331 for X86 based systems. 1332 Controller is implemented as CPLD logic. 1333 --- 88 unchanged lines hidden --- |