From 4ef6ecec9cdf1ce4c7b4f2a6b0f903583bfa24a2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:13:01 -0600 Subject: Convert CONFIG_USB_KEYBOARD to Kconfig This converts the following to Kconfig: CONFIG_USB_KEYBOARD Signed-off-by: Simon Glass [trini: Fixup MPC86* configs] Signed-off-by: Tom Rini --- configs/crownbay_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/crownbay_defconfig') diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 1f9a6ad395..402d141017 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -49,6 +49,7 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_DM_VIDEO=y +CONFIG_USB_KEYBOARD=y CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_CONSOLE_SCROLL_LINES=5 -- cgit v1.2.3