diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-09-16 18:41:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-09-19 12:54:30 -0400 |
commit | 282ed24fb3ca8ddb37e9fb465452267e6a658233 (patch) | |
tree | dd72430a1424d345ca17c2f6277707160dc23ab4 /doc | |
parent | 1e3966394a96fbf6128a875d135e074656d1bd64 (diff) | |
download | u-boot-282ed24fb3ca8ddb37e9fb465452267e6a658233.zip u-boot-282ed24fb3ca8ddb37e9fb465452267e6a658233.tar.gz u-boot-282ed24fb3ca8ddb37e9fb465452267e6a658233.tar.bz2 |
dm: MIGRATION: Add migration plan for CONFIG_DM
For many sub-systems we already require the driver model to be used. Yet
there is still a handful of boards that do not have CONFIG_DM enabled.
We should make CONFIG_DM compulsory with release v2020.01
Conversion dates for CONFIG_DM_SPL and CONFIG_DM_TPL are yet to be defined.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/driver-model/migration.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/driver-model/migration.rst b/doc/driver-model/migration.rst index fd499fb..d1fc0e6 100644 --- a/doc/driver-model/migration.rst +++ b/doc/driver-model/migration.rst @@ -7,6 +7,16 @@ U-Boot has been migrating to a new driver model since its introduction in 2014. This file describes the schedule for deprecation of pre-driver-model features. +CONFIG_DM +--------- + +* Status: In progress +* Deadline: 2020.01 + +Starting with the 2010.01 release CONFIG_DM will be enabled for all boards. +This does not concern CONFIG_DM_SPL and CONFIG_DM_TPL. The conversion date for +these configuration items still needs to be defined. + CONFIG_DM_MMC ------------- |