diff options
author | ming-pei.hsu <ming-pei.hsu@mediatek.com> | 2023-10-25 16:30:21 +0800 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-30 10:03:53 +0000 |
commit | eb776be926a7188fdef15c04130e7ac1a77328d3 (patch) | |
tree | 91c0f7fcc8e62d4c6dc7ff762b1df8e77a6ba883 /meson_options.txt | |
parent | 226586d46b82c0d8157d2e8ea2114c650ea1e869 (diff) |
mtk: add mtk plugin which support mbim interface
Add MTK plugin for mtk_t7xx platform which support MBIM interface.
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 3fe60f95..a76101a6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -53,6 +53,7 @@ option('plugin_mbm', type: 'feature', value: 'auto', description: 'enable mbm pl option('plugin_motorola', type: 'feature', value: 'auto', description: 'enable motorola plugin support') option('plugin_mtk_legacy', type: 'feature', value: 'auto', description: 'enable mtk legacy plugin support') +option('plugin_mtk', type: 'feature', value: 'auto', description: 'enable mtk plugin support') option('plugin_nokia', type: 'feature', value: 'auto', description: 'enable nokia plugin support') # shared_icera |