summaryrefslogtreecommitdiffstats
path: root/utils/fwupd/Config.in
blob: f75db984599aa97f5c11dc35bca515d4cd66f5ee (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
34
35
36
37
38
39
40
41
42
43
44
45
menu "Select fwupd options"

config FWUPD_FIRMWARE_PACKAGER
	bool "firmware packager"
	default n
	help
	  Compile fwupd with firmware packager

config FWUPD_HSI
	bool "Host Security ID"
	default n
	help
	  Compile fwupd with HSI support

config FWUPD_LVFS
	bool "LVFS remote"
	default y
	help
	  Compile and install LVFS remote

config FWUPD_CBOR
	bool "CBOR"
	default n
	help
	  Compile fwupd with cbor protocol support

config FWUPD_LIBDRM
	bool "libdrm"
	default n
	help
	  Compile fwupd with libdrm support

config FWUPD_PLUGIN_MODEMMANAGER
	bool "ModemManager plugin"
	default y
	help
	  Compile fwupd with ModemManager plugin

config FWUPD_PLUGIN_FLASHROM
	bool "flashrom plugin"
	default y
	help
	  Compile fwupd with flashrom plugin

endmenu