summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLeo Wen <leo.wen@rock-chips.com>2017-07-25 12:47:45 (GMT)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-07-27 12:59:03 (GMT)
commit73f255b7dc611ee7acfd606598be918945e78847 (patch)
treeaa628aa1916eb3c228d2eebf5cfbae96e86920ba /configs
parentc0508e427f7e01a20f9c23f5084cb32a0c9ba3bb (diff)
downloadu-boot-fsl-qoriq-73f255b7dc611ee7acfd606598be918945e78847.tar.xz
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: 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>
Diffstat (limited to 'configs')
-rw-r--r--configs/firefly-rk3288_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 3b605f4..1438f75 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -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