diff options
| author | Simon Glass <[email protected]> | 2015-02-05 21:41:35 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-02-12 10:35:33 -0700 |
| commit | f94a1bed07e2af1c46ddcf2046cddd979ebfd994 (patch) | |
| tree | a05b119280cceeb6d16f2a4ebd510687c0971dbc /drivers/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 <[email protected]>
Reviewed-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 021293e798d..dcce532e2df 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -50,4 +50,6 @@ source "drivers/dma/Kconfig" source "drivers/crypto/Kconfig" +source "drivers/thermal/Kconfig" + endmenu |
