summaryrefslogtreecommitdiffstats
path: root/doc/driver-model
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:35 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:33 -0700
commitf94a1bed07e2af1c46ddcf2046cddd979ebfd994 (patch)
treea05b119280cceeb6d16f2a4ebd510687c0971dbc /doc/driver-model
parent2a4eeadd56e0760b33c7ebef383c105479a93cac (diff)
downloadtalos-obmc-uboot-f94a1bed07e2af1c46ddcf2046cddd979ebfd994.tar.gz
talos-obmc-uboot-f94a1bed07e2af1c46ddcf2046cddd979ebfd994.zip
dm: Expand and complete Kconfig in drivers/
Expand the help messages for each driver. Add missing Kconfig for I2C, SPI flash and thermal. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'doc/driver-model')
-rw-r--r--doc/driver-model/spi-howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/driver-model/spi-howto.txt b/doc/driver-model/spi-howto.txt
index 5bc29ad65c..ee4abf4a8b 100644
--- a/doc/driver-model/spi-howto.txt
+++ b/doc/driver-model/spi-howto.txt
@@ -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
OpenPOWER on IntegriCloud