diff options
author | Simon Glass | 2015-02-05 21:41:35 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-12 10:35:33 -0700 |
commit | f94a1bed07e2af1c46ddcf2046cddd979ebfd994 (patch) | |
tree | a05b119280cceeb6d16f2a4ebd510687c0971dbc /drivers/mtd/Kconfig | |
parent | 2a4eeadd56e0760b33c7ebef383c105479a93cac (diff) |
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 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 415ab4eba9d..59278d1eef6 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -1 +1,3 @@ source "drivers/mtd/nand/Kconfig" + +source "drivers/mtd/spi/Kconfig" |