Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1742567
| From | Borislav Petkov <bp@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support |
| Date | 2017-09-30 10:40 +0200 |
| Message-ID | <uvltv-1HL-7@gated-at.bofh.it> (permalink) |
| References | <uv5f4-7SN-17@gated-at.bofh.it> <uvltv-1HL-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, just a small Kconfig correction. Feel free to add it to your patchset. Thx. --- From: Borislav Petkov <bp@suse.de> This is AMD-specific hardware so present it in Kconfig only when AMD CPU support is enabled. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Cc: Gary Hook <gary.hook@amd.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org --- drivers/crypto/ccp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig index 627f3e61dcac..f58a6521270b 100644 --- a/drivers/crypto/ccp/Kconfig +++ b/drivers/crypto/ccp/Kconfig @@ -1,5 +1,6 @@ config CRYPTO_DEV_CCP_DD tristate "Secure Processor device driver" + depends on CPU_SUP_AMD default m help Provides AMD Secure Processor device driver. -- 2.13.0 SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [Part2 PATCH v4 05/29] crypto: ccp: Add Platform Security Processor (PSP) device support Borislav Petkov <bp@suse.de> - 2017-09-29 17:20 +0200
[PATCH] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support Borislav Petkov <bp@suse.de> - 2017-09-30 10:40 +0200
Re: [PATCH] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support Borislav Petkov <bp@suse.de> - 2017-09-30 18:00 +0200
Re: [Part2 PATCH v4 05/29] crypto: ccp: Add Platform Security Processor (PSP) device support Borislav Petkov <bp@suse.de> - 2017-09-30 18:20 +0200
csiph-web