diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:13:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:34:14 -0400 |
commit | 4ef6ecec9cdf1ce4c7b4f2a6b0f903583bfa24a2 (patch) | |
tree | 49a6105e87b031832d2f04619ba51314c09f3241 /configs/gwventana_defconfig | |
parent | f3f3efff91f13df022f0c19f346cd74ac864bd85 (diff) |
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>
Diffstat (limited to 'configs/gwventana_defconfig')
-rw-r--r-- | configs/gwventana_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_defconfig b/configs/gwventana_defconfig index a93b7089a56..c1a3c1c7857 100644 --- a/configs/gwventana_defconfig +++ b/configs/gwventana_defconfig @@ -49,6 +49,7 @@ CONFIG_E1000=y CONFIG_DM_SERIAL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_USB_KEYBOARD=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y |