summaryrefslogtreecommitdiffstats
path: root/rules/modemmanager.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/modemmanager.in')
-rw-r--r--rules/modemmanager.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/rules/modemmanager.in b/rules/modemmanager.in
new file mode 100644
index 000000000..d6c412ed2
--- /dev/null
+++ b/rules/modemmanager.in
@@ -0,0 +1,27 @@
+## SECTION=networking
+
+menuconfig MODEMMANAGER
+ tristate
+ select GLIB
+ select UDEV
+ select UDEV_LIBGUDEV
+ select LIBMBIM
+ select LIBQMI
+ prompt "modemmanager "
+ help
+ ModemManager is a DBus-activated daemon which controls mobile
+ broadband (2G/3G/4G) devices and connections. Whether built-in
+ devices, USB dongles, bluetooth-paired telephones or professional
+ RS232/USB devices with external power supplies, ModemManager is
+ able to prepare and configure the modems and setup connections
+ with them.
+
+if MODEMMANAGER
+
+config MODEMMANAGER_SYSTEMD_UNIT
+ bool
+ default y
+ depends on SYSTEMD
+ prompt "install systemd unit file"
+
+endif