1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-21 02:11:30 +00:00
Files
operating-system/buildroot-external/kernel/device-support.config
Oscar Calvo f86f7a7f8d Add support for SMS integrations with USB/GSM modem dongles (#485)
* Add support for USB/GSM modem dongles

* Apply PR feedback
2019-12-12 11:38:16 +00:00

13 lines
274 B
Plaintext

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