From de8370fcf242d2aff72279a5754726b5731f37d9 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 15 Jul 2017 18:48:00 +0200 Subject: x86: Move USB support from subtargets to target config All x86 subtargets enable USB support, so it makes sense to enable it in the target config instead, to avoid duplication. Also refresh subtarget configs accordingly. Signed-off-by: Baptiste Jonglez --- target/linux/x86/64/config-default | 9 --------- 1 file changed, 9 deletions(-) (limited to 'target/linux/x86/64/config-default') diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 8288c1ade2..5d259d3656 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -150,7 +150,6 @@ CONFIG_HAVE_LIVEPATCH=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_HAVE_STACK_VALIDATION=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y -CONFIG_HID=y CONFIG_HID_BATTERY_STRENGTH=y CONFIG_HID_GENERIC=y CONFIG_HID_HYPERV_MOUSE=y @@ -278,16 +277,8 @@ CONFIG_TREE_RCU=y CONFIG_UCS2_STRING=y CONFIG_UCSI=y # CONFIG_UNISYSSPAR is not set -CONFIG_USB=y -CONFIG_USB_COMMON=y -CONFIG_USB_EHCI_HCD=y -# CONFIG_USB_EHCI_HCD_PLATFORM is not set -CONFIG_USB_EHCI_PCI=y -CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_PCI=y -# CONFIG_USB_OHCI_HCD_PLATFORM is not set CONFIG_USB_STORAGE=y -CONFIG_USB_UHCI_HCD=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_PCI=y # CONFIG_USB_XHCI_PLATFORM is not set -- cgit v1.2.3