mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 12:28:43 +00:00
Enable Cypress M8 USB serial driver for all targets (#3693)
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
This commit is contained in:
@@ -13,6 +13,7 @@ CONFIG_USB_SERIAL_GENERIC=y
|
|||||||
CONFIG_USB_SERIAL_OPTION=m
|
CONFIG_USB_SERIAL_OPTION=m
|
||||||
CONFIG_USB_SERIAL_SIMPLE=m
|
CONFIG_USB_SERIAL_SIMPLE=m
|
||||||
CONFIG_USB_SERIAL_CP210X=m
|
CONFIG_USB_SERIAL_CP210X=m
|
||||||
|
CONFIG_USB_SERIAL_CYPRESS_M8=m
|
||||||
CONFIG_USB_SERIAL_FTDI_SIO=m
|
CONFIG_USB_SERIAL_FTDI_SIO=m
|
||||||
CONFIG_USB_SERIAL_PL2303=m
|
CONFIG_USB_SERIAL_PL2303=m
|
||||||
CONFIG_USB_SERIAL_CH341=m
|
CONFIG_USB_SERIAL_CH341=m
|
||||||
|
|||||||
@@ -3119,7 +3119,6 @@ CONFIG_USB_SERIAL_CH341=m
|
|||||||
CONFIG_USB_SERIAL_WHITEHEAT=m
|
CONFIG_USB_SERIAL_WHITEHEAT=m
|
||||||
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
|
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
|
||||||
CONFIG_USB_SERIAL_CP210X=m
|
CONFIG_USB_SERIAL_CP210X=m
|
||||||
CONFIG_USB_SERIAL_CYPRESS_M8=m
|
|
||||||
CONFIG_USB_SERIAL_EMPEG=m
|
CONFIG_USB_SERIAL_EMPEG=m
|
||||||
CONFIG_USB_SERIAL_FTDI_SIO=m
|
CONFIG_USB_SERIAL_FTDI_SIO=m
|
||||||
CONFIG_USB_SERIAL_VISOR=m
|
CONFIG_USB_SERIAL_VISOR=m
|
||||||
|
|||||||
Reference in New Issue
Block a user