1config BR2_PACKAGE_IMA_EVM_UTILS 2 bool "ima-evm-utils" 3 depends on BR2_USE_MMU # keyutils 4 depends on !BR2_STATIC_LIBS # keyutils, tpm2-tss 5 select BR2_PACKAGE_OPENSSL 6 select BR2_PACKAGE_KEYUTILS 7 select BR2_PACKAGE_TPM2_TSS 8 help 9 Linux Integrity Measurement Architecture (IMA) 10 Extended Verification Module (EVM) tools. 11 12 https://sourceforge.net/p/linux-ima/wiki/Home/ 13 14comment "ima-evm-utils needs dynamic library support" 15 depends on BR2_USE_MMU 16 depends on BR2_STATIC_LIBS 17