summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-24 09:26:45 -0700
committerSimon Glass <sjg@chromium.org>2021-12-05 09:26:26 -0700
commit6ce2237a4076a323e6dcaa92c6f22a149fef6f28 (patch)
tree026f99db4291d2ed6b50fea849882668a734a959 /Makefile
parent93e1edffb02b7325673c5a4d73c41a951e1eb9b8 (diff)
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1885f36420..ab32efb4d1 100644
--- a/Makefile
+++ b/Makefile
@@ -1123,6 +1123,7 @@ endif
$(CONFIG_WATCHDOG)$(CONFIG_HW_WATCHDOG))
$(call deprecated,CONFIG_DM_ETH,Ethernet drivers,v2020.07,$(CONFIG_NET))
$(call deprecated,CONFIG_DM_I2C,I2C drivers,v2022.04,$(CONFIG_SYS_I2C_LEGACY))
+ $(call deprecated,CONFIG_DM_KEYBOARD,Keyboard drivers,v2022.10,$(CONFIG_KEYBOARD))
@# Check that this build does not use CONFIG options that we do not
@# know about unless they are in Kconfig. All the existing CONFIG
@# options are whitelisted, so new ones should not be added.