summaryrefslogtreecommitdiff
path: root/package/gmp/Config.in
blob: e681b6519e0fbce4ad3130b793be7d708575b3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config ADK_COMPILE_GMP
	tristate
	default n
	depends ADK_PACKAGE_LIBGMP

config ADK_PACKAGE_LIBGMP
	prompt "libgmp............................ GNU multiprecision arithmetic library"
	tristate
	default n
	select ADK_COMPILE_GMP
	help
	  GNU multiprecision arithmetic library

	  http://www.swox.com/gmp/