xref: /OK3568_Linux_fs/buildroot/package/s390-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1comment "s390-tools needs a glibc toolchain w/ C++, wchar, dynamic library"
2	depends on BR2_s390x
3	depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_INSTALL_LIBSTDCPP
4
5config BR2_PACKAGE_S390_TOOLS
6	bool "s390-tools"
7	depends on BR2_s390x
8	depends on BR2_INSTALL_LIBSTDCPP
9	depends on BR2_TOOLCHAIN_USES_GLIBC
10	select BR2_PACKAGE_ZLIB
11	help
12	  Tools for use with the s390 Linux kernel and device drivers.
13
14	  https://github.com/ibm-s390-linux/s390-tools
15