Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
2a8b34220dcf2b99fd71c8190ac6689a87102c66
/
.
/
drivers
/
spi
/
Kconfig
blob: e1678e63e6adf976e4514978a3d2e1a9b6634c42 [
file
] [
log
] [
blame
]
Masahiro Yamada
da333ae
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
.