summaryrefslogtreecommitdiffstats
path: root/rules/modemmanager.in
blob: 50f2d9c6af9d581e47382cc7da87dd3d8c3bb7a3 (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
## SECTION=networking

menuconfig MODEMMANAGER
	tristate
	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"

endif