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/legacy | |
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/legacy')
-rw-r--r-- | target/linux/x86/legacy/config-default | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default index 0802ee65e7..3e0b065253 100644 --- a/target/linux/x86/legacy/config-default +++ b/target/linux/x86/legacy/config-default @@ -102,7 +102,6 @@ CONFIG_HAVE_ACPI_APEI_NMI=y CONFIG_HAVE_CLK=y CONFIG_HAVE_CLK_PREPARE=y CONFIG_HDMI=y -CONFIG_HID=y CONFIG_HID_BATTERY_STRENGTH=y # CONFIG_HIGHMEM64G is not set CONFIG_HPET=y @@ -185,15 +184,7 @@ CONFIG_SATA_AHCI=y CONFIG_SERIAL_8250_PNP=y # CONFIG_SURFACE_PRO3_BUTTON is not set # CONFIG_TOSHIBA_BT_RFKILL 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_PLATFORM is not set CONFIG_USB_STORAGE=y -CONFIG_USB_UHCI_HCD=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 # CONFIG_WDT is not set |