diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-05 21:41:35 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 10:35:33 -0700 |
commit | f94a1bed07e2af1c46ddcf2046cddd979ebfd994 (patch) | |
tree | a05b119280cceeb6d16f2a4ebd510687c0971dbc /doc | |
parent | 2a4eeadd56e0760b33c7ebef383c105479a93cac (diff) | |
download | u-boot-f94a1bed07e2af1c46ddcf2046cddd979ebfd994.tar.gz u-boot-f94a1bed07e2af1c46ddcf2046cddd979ebfd994.tar.xz u-boot-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')
-rw-r--r-- | doc/driver-model/spi-howto.txt | 4 |
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 |