diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-22 21:15:59 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-22 21:15:59 +0000 |
commit | 5e6024e9f97e25cd4cbb84b269ec9edbeb23f7a3 (patch) | |
tree | 9277d3ecc6b3a9e09e1de778b56861890a91c414 /target/linux/x86 | |
parent | e2b0f224fbb795628a78b165103cf575c150fbc4 (diff) |
x86: enable usb storage support for the generic subtarget to support booting from usb devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/generic/config-3.3 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/x86/generic/config-3.3 b/target/linux/x86/generic/config-3.3 index af3b448ddc..5fb1416653 100644 --- a/target/linux/x86/generic/config-3.3 +++ b/target/linux/x86/generic/config-3.3 @@ -98,6 +98,16 @@ CONFIG_SERIAL_8250_PNP=y # CONFIG_THINKPAD_ACPI is not set # CONFIG_TOPSTAR_LAPTOP is not set # CONFIG_TOSHIBA_BT_RFKILL is not set +CONFIG_USB=y +CONFIG_USB_COMMON=y +# CONFIG_USB_DEVICEFS is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set +# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_STORAGE=y +CONFIG_USB_UHCI_HCD=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set CONFIG_VGA_CONSOLE=y CONFIG_VT=y |