crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled
authorJavier Martinez Canillas <[email protected]>
Mon, 2 Jan 2017 17:06:57 +0000 (14:06 -0300)
committerHerbert Xu <[email protected]>
Thu, 12 Jan 2017 16:24:40 +0000 (00:24 +0800)
commit4f44d86df083c3bc91d2fc315fc133c514d26a0d
treebfdd62962553eb74fefcfc810cc7559fb0311214
parentd8c34b949d8c9f61e099e00f22770e400adf2b76
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 <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Acked-by: Jamie Iles <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
drivers/crypto/Kconfig