On Fri, 20 Nov 2020 at 11:42, Herbert Xu <[email protected]> wrote: > > On Fri, Nov 20, 2020 at 11:40:24AM +0100, Ard Biesheuvel wrote: > > > > Yeah, that would work, but enabling it as a builtin produces a lot of > > bogus output if you fail to set the tcrypt.mode=xxx kernel command > > line option, so it is really only intended for deliberate use. > > Perhaps replace it with a depends on m || EXPERT? >
That would be an option, but since we basically already have our own local 'EXPERT' option when it comes to crypto testing, I thought I'd use that instead.
