diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-15 22:25:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-15 22:25:49 +0200 |
commit | d978be999ece3a6c7313683987cca2396092d4bf (patch) | |
tree | 2e680f5d927b15c68c1fc1216e80f3caefabd72e /target | |
parent | b4a3dc01fcda589cbbc0888c5d0f0ee3ffeed509 (diff) |
linux: add usb option driver configuration
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.usb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb index bbbb4d2c5..b383e6796 100644 --- a/target/linux/config/Config.in.usb +++ b/target/linux/config/Config.in.usb @@ -320,6 +320,16 @@ config ADK_KERNEL_USB_SERIAL_SIERRAWIRELESS tristate "Support for Sierra Wireless USB-to-Serial converters" depends on ADK_KERNEL_USB_SERIAL +config ADK_KERNEL_USB_SERIAL_OPTION + tristate "USB driver for GSM and CDMA modems" + depends on ADK_KERNEL_USB_SERIAL + help + Say Y here if you have a GSM or CDMA modem that's connected to USB. + +config ADK_KERNEL_USB_SERIAL_WWAN + tristate + depends on ADK_KERNEL_USB_SERIAL + config ADK_KERNEL_USB_ATM tristate "Support for USB ATM devices" |