From patchwork Tue Aug 7 12:02:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 10566 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id B9CB723E57 for ; Tue, 7 Aug 2012 12:03:43 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 71CBAA18F56 for ; Tue, 7 Aug 2012 12:03:43 +0000 (UTC) Received: by ggnf1 with SMTP id f1so3563992ggn.11 for ; Tue, 07 Aug 2012 05:03:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=WP6BgtR8vJlElkjYlBt3gcXKcPX4L7rcLQMeuszzQTk=; b=MjVdnDYuYwAjXV8QPi6kDI94vbwB0xL0g1WykCKk1yie9twUS61og9WsbMJaay2YhR 9T+7HgfsFya5N7Rh6bVhOeMJSqa3yfTIjJBlTeY1nBwT34WFll6i/TyetDNnNg+sX799 ynvM5ZHC1UVkkoXjz5Oez3BFnUn15HDAT5A0IF0GXc9dQnPr6ZEXcXzk9TE1o4S6NuEx ADo632IFKTt7ldafOgugy+s54vAS0tsXXoh9ows8s37ZWiPFALpmAML+PHDyRCc2RMHe 9/bwQZsX6DYRGkxdTZgS7pDzSy4QosS8QhUneNlPCNKfFzcW9HeaY0qE9gBtPM3ZkhAj aOkg== Received: by 10.50.219.194 with SMTP id pq2mr8214792igc.25.1344341022533; Tue, 07 Aug 2012 05:03:42 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp494239igz; Tue, 7 Aug 2012 05:03:42 -0700 (PDT) Received: by 10.236.153.130 with SMTP id f2mr12829079yhk.56.1344341021545; Tue, 07 Aug 2012 05:03:41 -0700 (PDT) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by mx.google.com with ESMTPS id w42si21412198yhd.148.2012.08.07.05.03.41 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 05:03:41 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.213.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by yhjj63 with SMTP id j63so4119562yhj.37 for ; Tue, 07 Aug 2012 05:03:41 -0700 (PDT) Received: by 10.66.86.166 with SMTP id q6mr7399649paz.5.1344341020837; Tue, 07 Aug 2012 05:03:40 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id gv1sm54031pbc.38.2012.08.07.05.03.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Aug 2012 05:03:40 -0700 (PDT) From: Tushar Behera To: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Cc: davem@davemloft.net, herbert@gondor.apana.org.au, patches@linaro.org, Nicolas Royer Subject: [PATCH] crypto: atmel - Remove possible typo error Date: Tue, 7 Aug 2012 17:32:14 +0530 Message-Id: <1344340934-1319-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlwuDFlF1bgK5o46g0d0MxoyVADhelwnOKClR0xnkMMc6z6lSTo7CdmwXzs1gNj15Eygsdl Commit bd3c7b5c2aba ("crypto: atmel - add Atmel AES driver") possibly has a typo error of adding an extra CONFIG_. CC: Nicolas Royer Signed-off-by: Tushar Behera --- drivers/crypto/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 7d74d09..26d7d67 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -340,7 +340,7 @@ config CRYPTO_DEV_ATMEL_AES select CRYPTO_AES select CRYPTO_ALGAPI select CRYPTO_BLKCIPHER - select CONFIG_AT_HDMAC + select AT_HDMAC help Some Atmel processors have AES hw accelerator. Select this if you want to use the Atmel module for