commit | 35e80a4e5a5383ec523145b82e8416580eb490a1 | [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 | d449dd33d80ea6631609f86263eb797c7382539b [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"