Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Jarkko Sakkinen
On Wed, Mar 15, 2017 at 12:39:16PM +0100, Arnd Bergmann wrote: > On Wed, Mar 15, 2017 at 9:30 AM, Jarkko Sakkinen > wrote: > > Arnd, > > > > On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: > >> As we need the CRYPTO_HASH_INFO implementation, we

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Jarkko Sakkinen
On Wed, Mar 15, 2017 at 12:39:16PM +0100, Arnd Bergmann wrote: > On Wed, Mar 15, 2017 at 9:30 AM, Jarkko Sakkinen > wrote: > > Arnd, > > > > On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: > >> As we need the CRYPTO_HASH_INFO implementation, we should also > >> select CRYPTO itself

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Arnd Bergmann
On Wed, Mar 15, 2017 at 9:30 AM, Jarkko Sakkinen wrote: > Arnd, > > On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: >> As we need the CRYPTO_HASH_INFO implementation, we should also >> select CRYPTO itself to avoid this build warning: >> >> warning:

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Arnd Bergmann
On Wed, Mar 15, 2017 at 9:30 AM, Jarkko Sakkinen wrote: > Arnd, > > On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: >> As we need the CRYPTO_HASH_INFO implementation, we should also >> select CRYPTO itself to avoid this build warning: >> >> warning: (TCG_TPM && TRUSTED_KEYS && IMA)

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Jarkko Sakkinen
Arnd, On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: > As we need the CRYPTO_HASH_INFO implementation, we should also > select CRYPTO itself to avoid this build warning: > > warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO which has > unmet direct dependencies

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-15 Thread Jarkko Sakkinen
Arnd, On Tue, Mar 14, 2017 at 10:40:24PM +0100, Arnd Bergmann wrote: > As we need the CRYPTO_HASH_INFO implementation, we should also > select CRYPTO itself to avoid this build warning: > > warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO which has > unmet direct dependencies

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-02 Thread Jarkko Sakkinen
On Tue, Feb 28, 2017 at 10:24:45PM +0100, Peter Huewe wrote: > > > Am 28. Februar 2017 22:12:55 MEZ schrieb Arnd Bergmann : > >We get a newly introduced harmless warning when CONFIG_CRYPTO is > >disabled: > > > >warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO >

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-03-02 Thread Jarkko Sakkinen
On Tue, Feb 28, 2017 at 10:24:45PM +0100, Peter Huewe wrote: > > > Am 28. Februar 2017 22:12:55 MEZ schrieb Arnd Bergmann : > >We get a newly introduced harmless warning when CONFIG_CRYPTO is > >disabled: > > > >warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO > >which has

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-02-28 Thread Peter Huewe
Am 28. Februar 2017 22:12:55 MEZ schrieb Arnd Bergmann : >We get a newly introduced harmless warning when CONFIG_CRYPTO is >disabled: > >warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO >which has unmet direct dependencies (CRYPTO) > >This adds another select to

Re: [PATCH] tpm: select CONFIG_CRYPTO

2017-02-28 Thread Peter Huewe
Am 28. Februar 2017 22:12:55 MEZ schrieb Arnd Bergmann : >We get a newly introduced harmless warning when CONFIG_CRYPTO is >disabled: > >warning: (TCG_TPM && TRUSTED_KEYS && IMA) selects CRYPTO_HASH_INFO >which has unmet direct dependencies (CRYPTO) > >This adds another select to avoid the