diff mbox

[v2] ARM: configs: OMAP2+: Enable PREEMPT and crypto USER API config

Message ID 1385399118-13632-1-git-send-email-joelf@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Joel Fernandes Nov. 25, 2013, 5:05 p.m. UTC
Enable PREEMPT config option as some in-kernel tests such as tcrypt produce RCU
sched stalls when the test is running.  Also enable options for crypto AF_ALG
users so that OpenSSL can uses the crypto HW accel drivers.

Signed-off-by: Joel Fernandes <joelf@ti.com>
---
Previous version was based on 3.12, in the v2- rebased now on 3.13-rc1. thanks

 arch/arm/configs/omap2plus_defconfig | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 98a50c3..044dc04 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -283,6 +283,8 @@  CONFIG_PROVE_LOCKING=y
 CONFIG_SECURITY=y
 CONFIG_CRYPTO_MICHAEL_MIC=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
+CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=y
 CONFIG_CRC_CCITT=y
 CONFIG_CRC_T10DIF=y
 CONFIG_CRC_ITU_T=y
@@ -291,3 +293,4 @@  CONFIG_LIBCRC32C=y
 CONFIG_FONTS=y
 CONFIG_FONT_8x8=y
 CONFIG_FONT_8x16=y
+CONFIG_PREEMPT=y