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 /include/configs/nitrogen6x.h | |
parent | f3f3efff91f13df022f0c19f346cd74ac864bd85 (diff) | |
download | u-boot-4ef6ecec9cdf1ce4c7b4f2a6b0f903583bfa24a2.tar.gz |
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/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index b32e49ed02..8ab2486d2a 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -85,7 +85,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 -#define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP /* Miscellaneous commands */ |