master
text 56 lines 695 Bytes
Raw
1 config I2C
2 bool
3
4 config I2C_DEVICES
5 # Device group for i2c devices which can reasonably be user-plugged
6 # to any board's i2c bus
7 bool
8
9 config SMBUS
10 bool
11 select I2C
12
13 config SMBUS_EEPROM
14 bool
15 select SMBUS
16
17 config ARM_SBCON_I2C
18 bool
19 select BITBANG_I2C
20
21 config DESIGNWARE_I2C
22 bool
23 select REGISTER
24 select I2C
25
26 config ACPI_SMBUS
27 bool
28 select SMBUS
29
30 config BITBANG_I2C
31 bool
32 select I2C
33
34 config IMX_I2C
35 bool
36 select I2C
37
38 config MPC_I2C
39 bool
40 select I2C
41
42 config ALLWINNER_I2C
43 bool
44 select I2C
45
46 config PCA954X
47 bool
48 select I2C
49
50 config PMBUS
51 bool
52 select SMBUS
53
54 config BCM2835_I2C
55 bool
56 select I2C