]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 2 Jan 2017 17:06:57 +0000 (14:06 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 12 Jan 2017 16:24:40 +0000 (00:24 +0800)
commit494495472e3455a1ac0bb026095231ff279c52c2
treebfdd62962553eb74fefcfc810cc7559fb0311214
parent03655ded08c73de8bcfb7bb68d6bc353c1a416e5
crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled

Driver only has runtime but no build time dependency with ARCH_PICOXCELL.
So it can be built for testing purposes if COMPILE_TEST option is enabled.

This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause build regressions.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig