1config BR2_PACKAGE_CRYPTOPP
2	bool "cryptopp"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on !BR2_STATIC_LIBS
5	depends on BR2_USE_WCHAR
6	help
7	  A free C++ class library of cryptographic schemes
8
9comment "cryptopp needs a toolchain w/ C++, dynamic library, wchar"
10	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
11		!BR2_USE_WCHAR
12