diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2013-12-05 15:00:38 -0800 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2013-12-09 23:41:56 -0800 |
commit | ade629bfdc37dd0158462cdb9bad747195540d02 (patch) | |
tree | 0f724cfa20a92646e592cb62deaf29b449b27fd7 /arch/arm/configs/bcm_defconfig | |
parent | be10333633172672277f4600f376763b57449fc2 (diff) |
ARM: bcm_defconfig: Unset CONFIG_CRYPTO_ANSI_CPRNG
Do not build the Pseudo Random Number Generation for Cryptographic
modules since it is not currently being used for this platform.
Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Diffstat (limited to 'arch/arm/configs/bcm_defconfig')
-rw-r--r-- | arch/arm/configs/bcm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig index 7b71561a7a7..7a8564e0303 100644 --- a/arch/arm/configs/bcm_defconfig +++ b/arch/arm/configs/bcm_defconfig @@ -118,6 +118,7 @@ CONFIG_DETECT_HUNG_TASK=y CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=110 CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y # CONFIG_FTRACE is not set +# CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y |