Skip to content

Commit

Permalink
add USB 3.0 disk boot support in x86/x64
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed May 24, 2018
1 parent 7f9008c commit 2f910fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion target/linux/x86/config-4.9
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ CONFIG_USB_OHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PLATFORM is not set
# CONFIG_USERIO is not set
# CONFIG_USER_NS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
Expand Down Expand Up @@ -590,4 +593,3 @@ CONFIG_XPS=y
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_X86=y
CONFIG_ZLIB_INFLATE=y
# CONFIG_SATA_ZPODD is not set

0 comments on commit 2f910fd

Please sign in to comment.