Add support for SMS integrations with USB/GSM modem dongles (#485)

* Add support for USB/GSM modem dongles

* Apply PR feedback
This commit is contained in:
Oscar Calvo
2019-09-30 13:57:45 -07:00
committed by Pascal Vizeli
parent d77a093067
commit f86f7a7f8d
14 changed files with 29 additions and 0 deletions

View File

@@ -1,9 +1,12 @@
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_SIMPLE=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_ACM=m
CONFIG_USB_USBNET=m