summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-24 19:26:45 +0300
committerSimon Glass <sjg@chromium.org>2021-12-05 19:26:26 +0300
commit6ce2237a4076a323e6dcaa92c6f22a149fef6f28 (patch)
tree026f99db4291d2ed6b50fea849882668a734a959 /doc
parent93e1edffb02b7325673c5a4d73c41a951e1eb9b8 (diff)
downloadu-boot-6ce2237a4076a323e6dcaa92c6f22a149fef6f28.tar.xz
keyboard: Add a migration message
A few boards still use the old keyboard mechanism. Set a deadline for them to update to driver model. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/driver-model/migration.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 8bb8601c58..3dbeea6537 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -98,3 +98,11 @@ Deadline: 2021.10
The I2C subsystem has supported the driver model since early 2015.
Maintainers should submit patches switching over to using CONFIG_DM_I2C and
other base driver model options in time for inclusion in the 2021.10 release.
+
+CONFIG_KEYBOARD
+---------------
+Deadline: 2022.10
+
+This is a legacy option which has been replaced by driver model.
+Maintainers should submit patches switching over to using CONFIG_DM_KEYBOARD and
+other base driver model options in time for inclusion in the 2022.10 release.