summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-08 23:48:07 -0700
committerSimon Glass <sjg@chromium.org>2015-11-19 20:27:52 -0700
commit460a7172852033a1b897a61e954d1e3f1c32285f (patch)
tree1669a4430275c5e6c64ae4f9e8d33721049ca164 /configs
parentd8a26f0300e0fae51de277e5d5892926de12102f (diff)
downloadblackbird-obmc-uboot-460a7172852033a1b897a61e954d1e3f1c32285f.tar.gz
blackbird-obmc-uboot-460a7172852033a1b897a61e954d1e3f1c32285f.zip
sandbox: Enable USB keyboard
Enable the USB keyboard on sandbox, now that we have a suitable emulation driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 4053848821..01786745f1 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -63,6 +63,8 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_EMUL=y
CONFIG_USB_STORAGE=y
+CONFIG_USB_KEYBOARD=y
+CONFIG_SYS_USB_EVENT_POLL=y
CONFIG_SYS_VSNPRINTF=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y
OpenPOWER on IntegriCloud