On 1/5/20 11:16 AM, James Bottomley wrote:
Well, yes, you just need to condition the build of ima_asymmetric_keys
on a boolean instead of a tristate, so you introduce an intermediate
one:
config IMA_ASYMMETRIC_KEYS
bool
default y
depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
James
Thanks for your help James.
Hi Mimi,
I have defined a new config as James has suggested above and verified
the kernel builds fine with the ".config" files given by
"kbuild test robot <lkp@xxxxxxxxx>".
Would it be possible to share all the ".config" files that
"kbuild test robot" would build with? I'll make sure my changes build
fine with all those.
thanks,
-lakshmi