aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-11 13:22:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-11 13:22:28 +0000
commit50349a49553993bfe6a17bcd428170957b961741 (patch)
tree5701c710120fa0acc4162b54914488683dc23d44 /target/linux
parent7cdbbf654df117a6018e44254fba937ef817626d (diff)
downloadupstream-50349a49553993bfe6a17bcd428170957b961741.tar.gz
upstream-50349a49553993bfe6a17bcd428170957b961741.tar.bz2
upstream-50349a49553993bfe6a17bcd428170957b961741.zip
x86_64: add usb support (including storage) to the kernel config
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/x86_64/config-default11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default
index d05200eb7d..fa93daa5e3 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -413,7 +413,18 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_TOPSTAR_LAPTOP 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_PCI=y
+# CONFIG_USB_OHCI_HCD_PLATFORM is not set
+CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
# CONFIG_USER_NS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_VGACON_SOFT_SCROLLBACK=y