aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/config-4.9
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2017-07-15 18:48:00 +0200
committerDaniel Golle <daniel@makrotopia.org>2017-07-16 02:29:05 +0200
commitde8370fcf242d2aff72279a5754726b5731f37d9 (patch)
tree68df0f0323f2f714711ef3c76dc8b5b710b7f5ca /target/linux/x86/config-4.9
parent609f169ff468095504a42573c6e3466a856b342d (diff)
downloadupstream-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/config-4.9')
-rw-r--r--target/linux/x86/config-4.914
1 files changed, 11 insertions, 3 deletions
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9
index 8965aba474..402c5fdddb 100644
--- a/target/linux/x86/config-4.9
+++ b/target/linux/x86/config-4.9
@@ -216,9 +216,7 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_UID16=y
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
-CONFIG_HID_SUPPORT=y
-CONFIG_USB_HID=y
-CONFIG_USB_HIDDEV=y
+CONFIG_HID=y
CONFIG_HIGHMEM=y
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
@@ -402,7 +400,17 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_TOSHIBA is not set
CONFIG_UP_LATE_INIT=y
+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_HID=y
+CONFIG_USB_HIDDEV=y
+CONFIG_USB_OHCI_HCD=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_SUPPORT=y
+CONFIG_USB_UHCI_HCD=y
# CONFIG_USERIO is not set
# CONFIG_USER_NS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y