config ADK_COMPILE_GMP
	tristate
	default n
	depends on 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/