Kconfig (35eb304b5cd7b49d581bda79218b8134f3b689ea) | Kconfig (401c3434c4d7f5619fd81b5ff9c38f54f52346a0) |
---|---|
1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 667 unchanged lines hidden (view full) --- 676 depends on EXPERIMENTAL && HAS_IOMEM 677 help 678 If you say yes to this option, support will be included for the 679 Xilinx I2C controller. 680 681 This driver can also be built as a module. If so, the module 682 will be called xilinx_i2c. 683 | 1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 7comment "PC SMBus host controller drivers" 8 depends on PCI --- 667 unchanged lines hidden (view full) --- 676 depends on EXPERIMENTAL && HAS_IOMEM 677 help 678 If you say yes to this option, support will be included for the 679 Xilinx I2C controller. 680 681 This driver can also be built as a module. If so, the module 682 will be called xilinx_i2c. 683 |
684config I2C_XLR 685 tristate "XLR I2C support" 686 depends on CPU_XLR 687 help 688 This driver enables support for the on-chip I2C interface of 689 the Netlogic XLR/XLS MIPS processors. 690 691 This driver can also be built as a module. If so, the module 692 will be called i2c-xlr. 693 |
|
684config I2C_EG20T 685 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" 686 depends on PCI 687 help 688 This driver is for PCH(Platform controller Hub) I2C of EG20T which 689 is an IOH(Input/Output Hub) for x86 embedded processor. 690 This driver can access PCH I2C bus device. 691 --- 198 unchanged lines hidden --- | 694config I2C_EG20T 695 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C" 696 depends on PCI 697 help 698 This driver is for PCH(Platform controller Hub) I2C of EG20T which 699 is an IOH(Input/Output Hub) for x86 embedded processor. 700 This driver can access PCH I2C bus device. 701 --- 198 unchanged lines hidden --- |