Skip to content
Snippets Groups Projects
Commit 73f255b7 authored by Leo Wen's avatar Leo Wen Committed by Philipp Tomsich
Browse files

rockchip: firefly: Add some macros to enable the usb keyboard


Add four macros of CONFIG_USB_KEYBOARD,CONFIG_DM_KEYBOARD,etc in the
firefly-rk3288_defconfig,can support usb keyboard device when these four
macros are enabled.

Signed-off-by: default avatarLeo Wen <leo.wen@rock-chips.com>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent c0508e42
No related branches found
No related tags found
No related merge requests found
......@@ -76,3 +76,7 @@ CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_USE_TINY_PRINTF=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_ERRNO_STR=y
CONFIG_USB_KEYBOARD=y
CONFIG_DM_KEYBOARD=y
CONFIG_SYS_USB_EVENT_POLL=y
CONFIG_SYS_STDIO_DEREGISTER=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment