mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
x86: enable usb storage support for the generic subtarget to support booting from usb devices
SVN-Revision: 33514
This commit is contained in:
parent
52e8ee0666
commit
0260262f0b
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue