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 --- common/stdio.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/stdio.c b/common/stdio.c index e316a355fae..92811badb88 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -373,9 +373,6 @@ int stdio_add_devices(void) drv_video_init(); } -#if defined(CONFIG_KEYBOARD) && !defined(CONFIG_DM_KEYBOARD) - drv_keyboard_init(); -#endif drv_system_init(); serial_stdio_init(); #ifdef CONFIG_USB_TTY -- cgit v1.2.3