summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-14 14:50:20 +0300
committerTom Rini <trini@konsulko.com>2022-10-21 20:47:56 +0300
commitf60e6f67676470d1502549fef056bce73d0c0b00 (patch)
treeb5c1fcb7dc51d0631fb25467c5c103b375d8c4af /doc/develop
parent9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 (diff)
downloadu-boot-f60e6f67676470d1502549fef056bce73d0c0b00.tar.xz
input: Remove legacy KEYBOARD option
There are no platforms that have not migrated to using DM_KEYBOARD, remove the legacy option. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/driver-model/migration.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 742fea5515..645c45bc49 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -99,14 +99,6 @@ 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.
-
CONFIG_SYS_TIMER_RATE and CONFIG_SYS_TIMER_COUNTER
--------------------------------------------------
Deadline: 2023.01