trivial: Add the missing plugin_cpu

I think using the plugin_uefi_pk option was probably a typo.
This commit is contained in:
Richard Hughes 2021-12-10 11:17:06 +00:00
parent fbc7ad1adb
commit 251f6348aa
3 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ meson .. \
-Dplugin_bcm57xx=false \
-Dplugin_pixart_rf=false \
-Dplugin_cfu=false \
-Dplugin_cpu=false \
-Dplugin_ep963x=false \
-Dplugin_tpm=false \
-Dsystemd=false \

View File

@ -17,6 +17,7 @@ option('plugin_amt', type : 'boolean', value : true, description : 'enable Intel
option('plugin_acpi_phat', type : 'boolean', value : true, description : 'enable ACPI PHAT support')
option('plugin_bcm57xx', type : 'boolean', value : true, description : 'enable BCM57xx support')
option('plugin_cfu', type : 'boolean', value : false, description : 'enable CFU support')
option('plugin_cpu', type : 'boolean', value : true, description : 'enable CPU support')
option('plugin_dell', type : 'boolean', value : true, description : 'enable Dell-specific support')
option('plugin_dummy', type : 'boolean', value : false, description : 'enable the dummy device')
option('plugin_emmc', type : 'boolean', value : true, description : 'enable eMMC support')

View File

@ -1,4 +1,4 @@
if get_option('hsi') and get_option('plugin_uefi_pk')
if get_option('hsi') and get_option('plugin_cpu')
cargs = ['-DG_LOG_DOMAIN="FuPluginCpu"']
install_data(['cpu.quirk'],