el.org
> Subject: Re: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable
> warning
>
> On Fri, Sep 6, 2019 at 6:08 PM Pascal Van Leeuwen
> wrote:
>
> > >
> > > config CRYPTO_DEV_SAFEXCEL
> > > tristate "Inside Secure's S
On Fri, Sep 6, 2019 at 6:08 PM Pascal Van Leeuwen
wrote:
> >
> > config CRYPTO_DEV_SAFEXCEL
> > tristate "Inside Secure's SafeXcel cryptographic engine driver"
> > - depends on OF || PCI || COMPILE_TEST
> > + depends on OF || PCI
> >
>
> This seems like it just ignores the problem
org; linux-ker...@vger.kernel.org
> Subject: [PATCH 1/2] crypto: inside-secure - fix uninitialized-variable
> warning
>
> The addition of PCI support introduced multiple randconfig issues.
>
> - When PCI is disabled, some external functions are undeclared:
> drivers/crypto/insid
The addition of PCI support introduced multiple randconfig issues.
- When PCI is disabled, some external functions are undeclared:
drivers/crypto/inside-secure/safexcel.c:944:9: error: implicit declaration of
function 'pci_irq_vector' [-Werror,-Wimplicit-function-declaration]
- Also, in the same