xref: /OK3568_Linux_fs/buildroot/package/gmp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GMP
2	bool "gmp"
3	help
4	  GNU Multiple Precision Arithmetic Library.
5
6	  http://gmplib.org/
7
8if BR2_PACKAGE_GMP
9
10config BR2_PACKAGE_GMP_STATIC
11	bool "Enable static"
12	default y if BR2_STATIC_LIBS
13
14endif
15