diff mbox

[U-Boot,v6,1/3] rockchip: firefly: Add some macros to enable the usb keyboard

Message ID 1500986867-30634-2-git-send-email-leo.wen@rock-chips.com
State Accepted
Commit 73f255b7dc611ee7acfd606598be918945e78847
Delegated to: Philipp Tomsich
Headers show

Commit Message

Leo Wen July 25, 2017, 12:47 p.m. UTC
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>
---
 configs/firefly-rk3288_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Philipp Tomsich July 26, 2017, 11:11 a.m. UTC | #1
> 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>
> ---
>  configs/firefly-rk3288_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich July 26, 2017, 4:52 p.m. UTC | #2
> 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>
> ---
>  configs/firefly-rk3288_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich July 27, 2017, 11:20 a.m. UTC | #3
> 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 | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Applied to u-boot-rockchip, thanks!
diff mbox

Patch

diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 6f093f4..5173c3f 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -75,3 +75,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