Kconfig (c41aa3ce938b684d853f1004072b6116a41bb1ce) | Kconfig (3e833490fae55633f6adc03a5e6172d47c01f3e4) |
---|---|
1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 depends on HAS_IOMEM 7 8comment "PC SMBus host controller drivers" --- 760 unchanged lines hidden (view full) --- 769 If you say yes to this option, support will be included for the 770 I2C interface from ST Microelectronics simply called "DDC I2C" 771 supporting both I2C and DDC, used in e.g. the U300 series 772 mobile platforms. 773 774 This driver can also be built as a module. If so, the module 775 will be called i2c-stu300. 776 | 1# 2# Sensor device configuration 3# 4 5menu "I2C Hardware Bus support" 6 depends on HAS_IOMEM 7 8comment "PC SMBus host controller drivers" --- 760 unchanged lines hidden (view full) --- 769 If you say yes to this option, support will be included for the 770 I2C interface from ST Microelectronics simply called "DDC I2C" 771 supporting both I2C and DDC, used in e.g. the U300 series 772 mobile platforms. 773 774 This driver can also be built as a module. If so, the module 775 will be called i2c-stu300. 776 |
777config I2C_SUN6I_P2WI 778 tristate "Allwinner sun6i internal P2WI controller" 779 depends on RESET_CONTROLLER 780 depends on MACH_SUN6I || COMPILE_TEST 781 help 782 If you say yes to this option, support will be included for the 783 P2WI (Push/Pull 2 Wire Interface) controller embedded in some sunxi 784 SOCs. 785 The P2WI looks like an SMBus controller (which supports only byte 786 accesses), except that it only supports one slave device. 787 This interface is used to connect to specific PMIC devices (like the 788 AXP221). 789 |
|
777config I2C_TEGRA 778 tristate "NVIDIA Tegra internal I2C controller" 779 depends on ARCH_TEGRA 780 help 781 If you say yes to this option, support will be included for the 782 I2C controller embedded in NVIDIA Tegra SOCs 783 784config I2C_VERSATILE --- 267 unchanged lines hidden --- | 790config I2C_TEGRA 791 tristate "NVIDIA Tegra internal I2C controller" 792 depends on ARCH_TEGRA 793 help 794 If you say yes to this option, support will be included for the 795 I2C controller embedded in NVIDIA Tegra SOCs 796 797config I2C_VERSATILE --- 267 unchanged lines hidden --- |