diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-05-22 06:41:13 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:48 -0400 |
commit | 3d6ba60892daf93e2cfdcc20a3d9e83ddf501979 (patch) | |
tree | 636c9553bda36370bfcfe168745ac7591c8ff389 /arch/blackfin/configs | |
parent | c21e783bafdd3d45b6aaa81a842ef29777c22326 (diff) |
bf60x: Enable Blackfin CRC crypto driver by default.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/configs')
-rw-r--r-- | arch/blackfin/configs/BF609-EZKIT_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/configs/BF609-EZKIT_defconfig b/arch/blackfin/configs/BF609-EZKIT_defconfig index be9526bee4fb..f4b02350e415 100644 --- a/arch/blackfin/configs/BF609-EZKIT_defconfig +++ b/arch/blackfin/configs/BF609-EZKIT_defconfig | |||
@@ -90,6 +90,7 @@ CONFIG_INPUT_BFIN_ROTARY=y | |||
90 | # CONFIG_SERIO is not set | 90 | # CONFIG_SERIO is not set |
91 | # CONFIG_LEGACY_PTYS is not set | 91 | # CONFIG_LEGACY_PTYS is not set |
92 | CONFIG_BFIN_SIMPLE_TIMER=m | 92 | CONFIG_BFIN_SIMPLE_TIMER=m |
93 | # CONFIG_BFIN_CRC is not set | ||
93 | CONFIG_BFIN_LINKPORT=y | 94 | CONFIG_BFIN_LINKPORT=y |
94 | # CONFIG_DEVKMEM is not set | 95 | # CONFIG_DEVKMEM is not set |
95 | CONFIG_SERIAL_BFIN=y | 96 | CONFIG_SERIAL_BFIN=y |
@@ -153,3 +154,4 @@ CONFIG_CRYPTO_MD4=y | |||
153 | CONFIG_CRYPTO_MD5=y | 154 | CONFIG_CRYPTO_MD5=y |
154 | CONFIG_CRYPTO_ARC4=y | 155 | CONFIG_CRYPTO_ARC4=y |
155 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 156 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
157 | CONFIG_CRYPTO_DEV_BFIN_CRC=y | ||