]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/driver-model/spi-howto.txt
dm: Expand and complete Kconfig in drivers/
[karo-tx-uboot.git] / doc / driver-model / spi-howto.txt
index 5bc29ad65ce145b7dbea4fb7fbd4928e8b7395e6..ee4abf4a8b49cc8b8ab2de8521fe91522afb3e14 100644 (file)
@@ -40,8 +40,8 @@ with only minor changes:
 
 Add these to your board config:
 
-#define CONFIG_DM_SPI
-#define CONFIG_DM_SPI_FLASH
+CONFIG_DM_SPI
+CONFIG_DM_SPI_FLASH
 
 
 2. Add the skeleton