Skip to content

Commit

Permalink
Enable Cypress M8 USB serial driver for all targets (#3693)
Browse files Browse the repository at this point in the history
Build cypress_m8 driver as module for all targets - some of them had it in
their base defconfig while some not. It is required e.g. for UPB PIM (Powerline
Interface Module).

Fixes #3690
  • Loading branch information
sairon authored Nov 22, 2024
1 parent b288cd2 commit d57e507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions buildroot-external/kernel/v6.6.y/device-support.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_SIMPLE=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_CH341=m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3119,7 +3119,6 @@ CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
Expand Down

0 comments on commit d57e507

Please sign in to comment.