]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: firefly: Add some macros to enable the usb keyboard
authorLeo Wen <leo.wen@rock-chips.com>
Tue, 25 Jul 2017 12:47:45 +0000 (20:47 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 27 Jul 2017 12:59:03 +0000 (14:59 +0200)
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: Leo Wen <leo.wen@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
configs/firefly-rk3288_defconfig

index 3b605f4ba49b9a3ae4be6023635fefbb17047ba1..1438f757725eaae3174aa013a04a3255ba7347a8 100644 (file)
@@ -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