blob: ff4a631987a4f75cc114181c42d24226c99d7e15 (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
menu "Select fwupd options"
depends on PACKAGE_fwupd-libs
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_LZMA
bool "LZMA"
default n
help
Compile fwupd with LZMA support
config FWUPD_CURL
bool "curl"
default n
help
Compile fwupd with curl support
config FWUPD_LIBARCHIVE
bool "libarchive"
default y
help
Compile fwupd with libarchive 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_FASTBOOT
bool "fastboot plugin"
default y
help
Compile fwupd with fastboot plugin
endmenu
|