[linux-yocto] [PATCH 2/5] ocf/talitos: add FSL_SOC dependency
Kevin Hao
kexin.hao at windriver.com
Sun Oct 20 20:12:38 PDT 2013
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.hao at 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
More information about the linux-yocto
mailing list