commit | 049f06a083e519bae7a41479ac299aa84cab3c3d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:13:01 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:34:14 2016 -0400 |
tree | 49a6105e87b031832d2f04619ba51314c09f3241 | |
parent | bd5618d3fddfc2998c4f6a43f3bb4c3963462823 [diff] [blame] |
Convert CONFIG_USB_KEYBOARD to Kconfig This converts the following to Kconfig: CONFIG_USB_KEYBOARD Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Fixup MPC86* configs] Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/VCMA9_defconfig b/configs/VCMA9_defconfig index da568a1..e464c21 100644 --- a/configs/VCMA9_defconfig +++ b/configs/VCMA9_defconfig
@@ -14,3 +14,4 @@ CONFIG_CMD_UBI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y