From f60e6f67676470d1502549fef056bce73d0c0b00 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 14 Oct 2022 07:50:20 -0400 Subject: input: Remove legacy KEYBOARD option There are no platforms that have not migrated to using DM_KEYBOARD, remove the legacy option. Cc: Simon Glass Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- doc/develop/driver-model/migration.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc/develop/driver-model') diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst index 742fea5515c..645c45bc491 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 -- cgit v1.2.3