Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a49ffc38bfc6d3222fa2051f6f878223d12c1158
/
.
/
drivers
/
spi
/
Kconfig
blob: e1678e63e6adf976e4514978a3d2e1a9b6634c42 [
file
] [
log
] [
blame
]
Masahiro Yamada
57ad8ee
2014-10-23 22:26:09 +0900
[
diff
] [
blame
]
1
config DM_SPI
2
bool
"Enable Driver Model for SPI drivers"
3
depends on DM
4
help
5
If
you want to
use
driver model
for
SPI drivers
,
say Y
.
6
To
use
legacy SPI drivers
,
say N
.