diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2017-07-15 18:48:00 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-07-16 02:29:05 +0200 |
commit | de8370fcf242d2aff72279a5754726b5731f37d9 (patch) | |
tree | 68df0f0323f2f714711ef3c76dc8b5b710b7f5ca /target/linux/x86/64 | |
parent | 609f169ff468095504a42573c6e3466a856b342d (diff) | |
download | upstream-de8370fcf242d2aff72279a5754726b5731f37d9.tar.gz upstream-de8370fcf242d2aff72279a5754726b5731f37d9.tar.bz2 upstream-de8370fcf242d2aff72279a5754726b5731f37d9.zip |
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 <git@bitsofnetworks.org>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-default | 9 |
1 files changed, 0 insertions, 9 deletions
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 |