diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 02:13:01 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 22:34:14 (GMT) |
commit | 4ef6ecec9cdf1ce4c7b4f2a6b0f903583bfa24a2 (patch) | |
tree | 49a6105e87b031832d2f04619ba51314c09f3241 /include/configs/VCMA9.h | |
parent | f3f3efff91f13df022f0c19f346cd74ac864bd85 (diff) | |
download | u-boot-fsl-qoriq-4ef6ecec9cdf1ce4c7b4f2a6b0f903583bfa24a2.tar.xz |
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 'include/configs/VCMA9.h')
-rw-r--r-- | include/configs/VCMA9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index e012417..75c6d50 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -100,7 +100,6 @@ /* USB support (currently only works with D-cache off) */ #define CONFIG_USB_OHCI #define CONFIG_USB_OHCI_S3C24XX -#define CONFIG_USB_KEYBOARD #define CONFIG_DOS_PARTITION /* Enable needed helper functions */ |