xref: /OK3568_Linux_fs/buildroot/package/atf/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ATF
2	bool "atf"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_USE_MMU # fork()
5	help
6	  ATF, or Automated Testing Framework, is a collection of
7	  libraries to write test programs in C, C++ and POSIX shell.
8
9	  https://github.com/jmmv/atf
10
11comment "atf needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13	depends on BR2_USE_MMU
14