1 config BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
3 default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_m68k || \
4 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
5 BR2_powerpc || BR2_powerpc64 || BR2_sparc || BR2_sh || \
8 config BR2_PACKAGE_BOTAN
10 depends on BR2_INSTALL_LIBSTDCPP
11 depends on BR2_TOOLCHAIN_HAS_THREADS
12 depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
14 Botan is a crypto library for C++
16 http://botan.randombit.net
18 comment "botan needs a toolchain w/ C++, threads"
19 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
20 depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS