From: Michael Ellerman Date: Wed, 9 Sep 2015 08:22:35 +0000 (+1000) Subject: crypto: vmx - VMX crypto should depend on CONFIG_VSX X-Git-Tag: omap-for-v4.3/fixes-rc5~133^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ab428711358fbb747ba392c3448462494e6c6a;p=pandora-kernel.git crypto: vmx - VMX crypto should depend on CONFIG_VSX This code uses FP (floating point), Altivec and VSX (Vector-Scalar Extension). It can just depend on CONFIG_VSX though, because that already depends on FP and Altivec. Otherwise we get lots of link errors such as: drivers/built-in.o: In function `.p8_aes_setkey': aes.c:(.text+0x2d325c): undefined reference to `.enable_kernel_altivec' aes.c:(.text+0x2d326c): undefined reference to `.enable_kernel_vsx' Signed-off-by: Michael Ellerman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed