ARM: exynos_defconfig: Enable s5p-secss driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 7 Jan 2016 01:26:36 +0000 (10:26 +0900)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 25 Jan 2016 06:05:51 +0000 (15:05 +0900)
commit2c658a730083fd84729e30a7c5b3c045347c391a
tree6a5e6bbdee66c3c6316dbd85f2750483523ac4e2
parent8904305a473ff342bd03838ed012f5b65829048c
ARM: exynos_defconfig: Enable s5p-secss driver

The Exynos SoC provides a Security SubSystem block for accelerating some
cryptographic operations. Enable the driver for it - s5p-secss to
utilize the hardware acceleration.

Currently the s5p-secss driver supports AES in CBC and ECB modes.
However on Odroid XU4 (Exynos5422) and Trats2 (Exynos4412) boards this
change introduces one booting error (because of unaligned buffers):

alg: skcipher: encryption failed on chunk test 1 for ecb-aes-s5p: ret=22

The cbc-aes-s5p properly registers itself and passes self-tests.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/configs/exynos_defconfig