Merge branch 'master' of git://git.denx.de/u-boot-imx
[platform/kernel/u-boot.git] / drivers / spi / Kconfig
index e69de29..e1678e6 100644 (file)
@@ -0,0 +1,6 @@
+config DM_SPI
+       bool "Enable Driver Model for SPI drivers"
+       depends on DM
+       help
+         If you want to use driver model for SPI drivers, say Y.
+         To use legacy SPI drivers, say N.