Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b6036bcd2ac27b3497ec16a63456eb4ed2b23e9f
/
.
/
drivers
/
i2c
/
Kconfig
blob: 96715d0eedb830a23bf68a2ba3b125d983b6fe43 [
file
] [
log
] [
blame
]
Masahiro Yamada
b6036bc
2015-01-13 12:44:35 +0900
[
diff
] [
blame^
]
1
config DM_I2C
2
bool
"Enable Driver Model for I2C drivers"
3
depends on DM
4
help
5
If
you want to
use
driver model
for
I2C drivers
,
say Y
.
6
To
use
legacy I2C drivers
,
say N
.