Kconfig (00b1faea41d283e931256aa78aa975a369ec3ae6) Kconfig (9cf3bc65afdb63f6fc28560274600b4e6e0c91ca)
1config I2C
2 bool
3
4config I2C_DEVICES
5 # Device group for i2c devices which can reasonably be user-plugged
6 # to any board's i2c bus
7 bool
8

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

40
41config PCA954X
42 bool
43 select I2C
44
45config PMBUS
46 bool
47 select SMBUS
1config I2C
2 bool
3
4config I2C_DEVICES
5 # Device group for i2c devices which can reasonably be user-plugged
6 # to any board's i2c bus
7 bool
8

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

40
41config PCA954X
42 bool
43 select I2C
44
45config PMBUS
46 bool
47 select SMBUS
48
49config BCM2835_I2C
50 bool
51 select I2C