diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-04 17:04:13 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-05 17:20:35 +0200 |
commit | ab27f30b6e9489e71643c9654dc8690d82973ec8 (patch) | |
tree | 1981b46724900c4c826e6453b18353b84956b124 /arch | |
parent | 0fa5999bea643a81072f1e71a2fae976d00018a8 (diff) | |
download | u-boot-imx-ab27f30b6e9489e71643c9654dc8690d82973ec8.zip u-boot-imx-ab27f30b6e9489e71643c9654dc8690d82973ec8.tar.gz u-boot-imx-ab27f30b6e9489e71643c9654dc8690d82973ec8.tar.bz2 |
sunxi: Drop our own copy of the USB_KEYBOARD options
USB_KEYBOARD is now defined in drivers/usb/Kconfig, drop our own duplicate
definition.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 32fa2dd..8b8269f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -653,6 +653,7 @@ config ARCH_SUNXI select SPL_DISABLE_OF_CONTROL select USB select USB_STORAGE + select USB_KEYBOARD config TARGET_SNOWBALL bool "Support snowball" |