commit | d8b771de7cab9c17aac8848814a366d32f1c5007 | [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 | 2b98fb4bbe0722b106007fc76ae1a1e0d8002796 [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/mtd/Kconfig b/drivers/mtd/Kconfig index 415ab4e..59278d1 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig
@@ -1 +1,3 @@ source "drivers/mtd/nand/Kconfig" + +source "drivers/mtd/spi/Kconfig"