The talitos crypto engine only exist on FSL PPC SoCs and its driver
is not buildable for other archs. So add the FSL_SOC dependency for it.

Signed-off-by: Kevin Hao <kexin....@windriver.com>
---
 crypto/ocf/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/ocf/Kconfig b/crypto/ocf/Kconfig
index 65a44619151a..66429978f8a4 100644
--- a/crypto/ocf/Kconfig
+++ b/crypto/ocf/Kconfig
@@ -68,7 +68,7 @@ config OCF_HIFNHIPP
 
 config OCF_TALITOS
        tristate "talitos (HW crypto engine)"
-       depends on OCF_OCF
+       depends on OCF_OCF && FSL_SOC
        help
          OCF driver for Freescale's security engine (SEC/talitos).
 
-- 
1.8.3.1

_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to