diff options
author | Anish Trivedi <anish@freescale.com> | 2010-08-16 11:25:55 -0500 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2010-08-18 09:49:41 -0500 |
commit | 336fd8b044b17d0505bd99d70d671631fac3133f (patch) | |
tree | 60bb9964945c5bbf3ac0452a1bfcafdeff6edc1a /arch/arm/configs | |
parent | 7fbb0497239648139725a3f7433ab51d434ae916 (diff) |
ENGR00126361-1 MX50 DCP driver enable with clock gating
Added DCP device and clock gate support to MX50 MSL
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx5_defconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/configs/imx5_defconfig b/arch/arm/configs/imx5_defconfig index a3e59dd99538..d50a75476479 100644 --- a/arch/arm/configs/imx5_defconfig +++ b/arch/arm/configs/imx5_defconfig @@ -2096,8 +2096,8 @@ CONFIG_CRYPTO_ALGAPI2=y # CONFIG_CRYPTO_NULL is not set # CONFIG_CRYPTO_CRYPTD is not set # CONFIG_CRYPTO_AUTHENC is not set -# CONFIG_CRYPTO_TEST is not set -# CONFIG_CRYPTO_CRYPTODEV is not set +CONFIG_CRYPTO_TEST=m +CONFIG_CRYPTO_CRYPTODEV=y # # Authenticated Encryption with Associated Data @@ -2109,10 +2109,10 @@ CONFIG_CRYPTO_ALGAPI2=y # # Block modes # -# CONFIG_CRYPTO_CBC is not set +CONFIG_CRYPTO_CBC=y # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set -# CONFIG_CRYPTO_ECB is not set +CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_PCBC is not set # CONFIG_CRYPTO_XTS is not set @@ -2143,7 +2143,7 @@ CONFIG_CRYPTO_ALGAPI2=y # # Ciphers # -# CONFIG_CRYPTO_AES is not set +CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_ANUBIS is not set # CONFIG_CRYPTO_ARC4 is not set # CONFIG_CRYPTO_BLOWFISH is not set |