meta-integrity: Ensure that we have CONFIG_SECURITY enabled in the kernel

To make it easier to use this layer with various BSP layers we need to
ensure that we set CONFIG_SECURITY=y as that is in turn required by the
rest of our features, except for CONFIG_SECURITYFS

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2018-02-21 13:18:37 -05:00
committed by Jia Zhang
parent 365a400ed9
commit 184dc8bb25
@@ -1,3 +1,4 @@
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_AUDIT=y
CONFIG_INTEGRITY=y