From patchwork Wed Jan 6 00:14:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti X-Patchwork-Id: 59216 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp6275254lbb; Tue, 5 Jan 2016 16:15:54 -0800 (PST) X-Received: by 10.140.106.228 with SMTP id e91mr125139047qgf.59.1452039351797; Tue, 05 Jan 2016 16:15:51 -0800 (PST) Return-Path: Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com. [2607:f8b0:400d:c04::232]) by mx.google.com with ESMTPS id c110si40796011qga.45.2016.01.05.16.15.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 16:15:51 -0800 (PST) Received-SPF: pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c04::232 as permitted sender) client-ip=2607:f8b0:400d:c04::232; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c04::232 as permitted sender) smtp.mailfrom=ricardo.salveti@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-qg0-x232.google.com with SMTP id e32so201638884qgf.3 for ; Tue, 05 Jan 2016 16:15:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=SQ1kmFYfXTRakB28qW6QlQ/jmycVmUdlOjeazFKdb4s=; b=VTCKpCRhfaxF+MEK1gai/h4sD3zZLWEjiX54wcrMbBSv5vucAlBjgO7UBcrdqWN8F1 KZadWYeQp32Sp5dQ1XjdRJV1Zn2VC983dANu3Pxz6QsZMOY58mlWgzIGeEjiaLueueXs Zoym+Ljd2iQ3tfm6qleBHTd2E3YT3SW1cT5Eo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SQ1kmFYfXTRakB28qW6QlQ/jmycVmUdlOjeazFKdb4s=; b=Cn6FHaSgkdFG2Y9MOBh26z+2K1+lvTMnEx7NPuh6hg+3GTgeY5Drzc0WAGCyZFlJG6 YL/h7jg9t20k9hmb5Fx6dAQaue6MtUhx4l8738grax8Dgmh62rf1JSegX+lC4/0dp3kz KMM1lADvSY/spWlGJ0HmbwG28+xfUjfPL+EwN9uxC/gDFtrguU7FjtawR7a8jVXpc0Hq 4cBwYO5Cn7AIyBV6slDu+a5kSEY3X8djODlYTmOgubiHhLRLDuyPHZXtA6ajlNp8mUZu tE58TLFo9xLhlmhZGcWiF1QTidMEKdvFTv76TBTI07NvF/lHRCXxRwRz2TqEuezxDPaq vq5w== X-Gm-Message-State: ALoCoQkkckwVMBYZeCgvJCqOdVow+6uDX6zD+y5RIW2T1dRAwrpyZ95bn8r5xVvaVvPRX5jLht8RfefQ59jaelNiL8+OhUxQIQ== X-Received: by 10.140.27.139 with SMTP id 11mr122262907qgx.62.1452039351506; Tue, 05 Jan 2016 16:15:51 -0800 (PST) Return-Path: Received: from localhost.localdomain ([179.223.143.138]) by smtp.gmail.com with ESMTPSA id w14sm43115337qge.24.2016.01.05.16.15.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jan 2016 16:15:51 -0800 (PST) From: Ricardo Salveti To: debian-kernel@lists.debian.org Cc: patches@linaro.org, Ricardo Salveti Subject: [PATCH 7/8] [arm64] config: enable CRYPTO_CRC32_ARM64 by default Date: Tue, 5 Jan 2016 22:14:58 -0200 Message-Id: <1452039299-25178-8-git-send-email-ricardo.salveti@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> References: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 1 + 1 file changed, 1 insertion(+) -- 2.5.0 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 7e997cc..d6a9300 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -19,6 +19,7 @@ CONFIG_CRYPTO_AES_ARM64_CE=m CONFIG_CRYPTO_AES_ARM64_CE_CCM=m CONFIG_CRYPTO_AES_ARM64_CE_BLK=m # CONFIG_CRYPTO_AES_ARM64_NEON_BLK is not set +CONFIG_CRYPTO_CRC32_ARM64=y ## ## file: arch/arm64/Kconfig.platforms