66 lines
1.0 KiB
Plaintext
66 lines
1.0 KiB
Plaintext
![]() |
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_SQLITE
|
||
|
bool "sqlite"
|
||
|
default n
|
||
|
help
|
||
|
Compile fwupd with sqlite support
|
||
|
|
||
|
config FWUPD_LIBARCHIVE
|
||
|
bool "libarchive"
|
||
|
default y
|
||
|
help
|
||
|
Compile fwupd with libarchive support
|
||
|
|
||
|
config FWUPD_GUDEV
|
||
|
bool "GUdev"
|
||
|
default n
|
||
|
help
|
||
|
Compile fwupd with GUdev support
|
||
|
|
||
|
config FWUPD_PLUGIN_MODEMMANAGER
|
||
|
bool "ModemManager plugin"
|
||
|
default y
|
||
|
select FWUPD_GUDEV
|
||
|
help
|
||
|
Compile fwupd with ModemManager plugin
|
||
|
|
||
|
endmenu
|