733dc8965a1b986a82b6357030a123d077a398f3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / botan / Config.in
1 config BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
2         bool
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  || \
6                 BR2_x86_64
7
8 config BR2_PACKAGE_BOTAN
9         bool "botan"
10         depends on BR2_INSTALL_LIBSTDCPP
11         depends on BR2_TOOLCHAIN_HAS_THREADS
12         depends on BR2_PACKAGE_BOTAN_ARCH_SUPPORTS
13         help
14           Botan is a crypto library for C++
15
16           http://botan.randombit.net
17
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