commit | f94a1bed07e2af1c46ddcf2046cddd979ebfd994 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 05 21:41:35 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 10:35:33 2015 -0700 |
tree | a05b119280cceeb6d16f2a4ebd510687c0971dbc | |
parent | 2a4eeadd56e0760b33c7ebef383c105479a93cac [diff] [blame] |
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>
diff --git a/drivers/Kconfig b/drivers/Kconfig index 021293e..dcce532 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -50,4 +50,6 @@ source "drivers/crypto/Kconfig" +source "drivers/thermal/Kconfig" + endmenu