summaryrefslogtreecommitdiffstats
path: root/rules/modemmanager.in
blob: bac10469994363c0bb36c1bceda055f962fc3101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## SECTION=networking

menuconfig MODEMMANAGER
	tristate
	select HOST_MESON
	select DBUS
	select GLIB
	select UDEV
	select 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"

config MODEMMANAGER_ALLOW_DBUS_AT_CMDS
	bool
	prompt "allow arbitrary AT commands via DBus"

endif