repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ppc/pnv: Remove useless checks in set_irq handlers
[qemu.git]
/
hw
/
i2c
/
Kconfig
blob
9bb8870517f83ce36497d17da595ec51530c4e4e
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 VERSATILE_I2C
18
bool
19
select BITBANG_I2C
20
21
config ACPI_SMBUS
22
bool
23
select SMBUS
24
25
config BITBANG_I2C
26
bool
27
select I2C
28
29
config IMX_I2C
30
bool
31
select I2C
32
33
config MPC_I2C
34
bool
35
select I2C
36
37
config PCA954X
38
bool
39
select I2C
40
41
config PMBUS
42
bool
43
select SMBUS