diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2024-05-09 11:25:15 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2024-05-29 10:14:39 +0000 |
commit | 5ea26af0e48a0347d1c0e3e0f82c6880eca4b439 (patch) | |
tree | 7e24ae083ce1c810a905deb5f7ad39476c4e1a0a /meson_options.txt | |
parent | 800c2bb02a40e0b437d4b15f16fece41c33e0d25 (diff) |
rolling: new plugin
This plugin provides support for modems from Rolling Wireless. The
current approach is to re-use the AT-based and MBIM-based specific
modem implementations from the Fibocom plugin.
Based on an original implementation from:
vanillan wang <vanillanwang@163.com>
See https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/merge_requests/1170
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index ebd34f70..925b70f6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -55,6 +55,7 @@ option('plugin_option_hso', type: 'feature', value: 'auto', description: 'enable option('plugin_pantech', type: 'feature', value: 'auto', description: 'enable pantech plugin support') option('plugin_qcom_soc', type: 'feature', value: 'auto', description: 'enable qcom soc plugin support') option('plugin_quectel', type: 'feature', value: 'auto', description: 'enable quectel plugin support') +option('plugin_rolling', type: 'feature', value: 'auto', description: 'enable rolling plugin support') option('plugin_samsung', type: 'feature', value: 'auto', description: 'enable samsung plugin support') option('plugin_sierra_legacy', type: 'feature', value: 'auto', description: 'enable sierra legacy plugin support') option('plugin_sierra', type: 'feature', value: 'auto', description: 'enable sierra plugin support') |