Skip to content

Commit

Permalink
linux-5.4.21-323: Build USB_SERIAL_FTDI_SIO as module
Browse files Browse the repository at this point in the history
The USB FTDI Single Port Serial Driver is not needed for booting, so
build it as a module instead of directly into the kernel.
  • Loading branch information
pmenzel committed Feb 24, 2020
1 parent 3413621 commit 21c8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.4.21-323.bee
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ mee_configure() {
CONFIG_USB_SL811_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_OMNINET=y
CONFIG_USB_CHAOSKEY=m
CONFIG_EDAC=y
Expand Down

0 comments on commit 21c8169

Please sign in to comment.