diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-14 07:50:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-21 13:47:56 -0400 |
commit | f60e6f67676470d1502549fef056bce73d0c0b00 (patch) | |
tree | b5c1fcb7dc51d0631fb25467c5c103b375d8c4af /doc | |
parent | 9af4a0c8a6ffb34e968bdcb8bcaf8d97610e53b3 (diff) | |
download | u-boot-f60e6f67676470d1502549fef056bce73d0c0b00.tar.gz u-boot-f60e6f67676470d1502549fef056bce73d0c0b00.tar.bz2 u-boot-f60e6f67676470d1502549fef056bce73d0c0b00.zip |
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')
-rw-r--r-- | doc/develop/driver-model/migration.rst | 8 |
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 |