[U-Boot] [PATCH v3 1/3] rockchip: firefly: Add some macros to enable the

Leo Wen leo.wen at rock-chips.com
Tue Jul 25 05:53:04 UTC 2017


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

Change-Id: I36378e53705f7a7e5470bcea59d7947b22eaa298
Signed-off-by: Leo Wen <leo.wen at rock-chips.com>
---
 include/configs/rk3288_common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index ac36986..ac268cd 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -88,6 +88,10 @@
 #define CONFIG_USB_HOST_ETHER
 #define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
+#define CONFIG_USB_KEYBOARD
+#define CONFIG_DM_KEYBOARD
+#define CONFIG_SYS_USB_EVENT_POLL
+#define CONFIG_SYS_STDIO_DEREGISTER 1
 #endif
 #define ENV_MEM_LAYOUT_SETTINGS \
 	"scriptaddr=0x00000000\0" \
-- 
2.7.4




More information about the U-Boot mailing list