summaryrefslogtreecommitdiff
path: root/common/stdio.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-21 15:32:45 -0400
committerTom Rini <trini@konsulko.com>2022-10-21 15:32:45 -0400
commit7723828c97bc107d2fba976fc50403ac8747f1bc (patch)
treefa2d4a4a459b20ebb3ec3f10b5ed1147ef3db747 /common/stdio.c
parentf35e37cffd6e57c614ec9de0923ee5d1cff1077f (diff)
parentd662e9adae9ad42e4b0846233a2243853a83db48 (diff)
Merge branch '2022-10-21-enforce-some-DM-migrations'
- Enforce CONFIG_DM being enabled (which has been the case for all boards for a bit now) and remove non-DM_KEYBOARD options as they're also unused for some time now.
Diffstat (limited to 'common/stdio.c')
-rw-r--r--common/stdio.c3
1 files changed, 0 insertions, 3 deletions
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