commit | ab27f30b6e9489e71643c9654dc8690d82973ec8 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Aug 04 17:04:13 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 05 17:20:35 2015 +0200 |
tree | 1981b46724900c4c826e6453b18353b84956b124 | |
parent | 0fa5999bea643a81072f1e71a2fae976d00018a8 [diff] [blame] |
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>
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 @@ select SPL_DISABLE_OF_CONTROL select USB select USB_STORAGE + select USB_KEYBOARD config TARGET_SNOWBALL bool "Support snowball"