summaryrefslogtreecommitdiffstats
path: root/drivers/core
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-05 21:41:35 -0700
committerSimon Glass <sjg@chromium.org>2015-02-12 10:35:33 -0700
commitf94a1bed07e2af1c46ddcf2046cddd979ebfd994 (patch)
treea05b119280cceeb6d16f2a4ebd510687c0971dbc /drivers/core
parent2a4eeadd56e0760b33c7ebef383c105479a93cac (diff)
downloadtalos-obmc-uboot-f94a1bed07e2af1c46ddcf2046cddd979ebfd994.tar.gz
talos-obmc-uboot-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 'drivers/core')
-rw-r--r--drivers/core/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index d2799dc861..dc32385e85 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -2,5 +2,7 @@ config DM
bool "Enable Driver Model"
depends on !SPL_BUILD
help
- This config option enables Driver Model.
- To use legacy drivers, say N.
+ This config option enables Driver Model. This brings in the core
+ support, including scanning of platform data on start-up. If
+ CONFIG_OF_CONTROL is enabled, the device tree will be scanned also
+ when available.
OpenPOWER on IntegriCloud