################################################################################ # Embtoolkit # Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ################################################################################ # # \file mpchost.kconfig # \brief mpchost.kconfig of Embtoolkit # \author Abdoulaye Walsimou GAYE # \date Jan 2010 ################################################################################ choice prompt "Version of mpc you wish" help Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. MPC is mandatory to build GCC config EMBTK_MPC_HOST_VERSION_0_8_2 bool "mpc-0.8.2" config EMBTK_MPC_HOST_VERSION_0_8_1 bool "mpc-0.8.1" endchoice #Version string config EMBTK_MPC_HOST_VERSION_STRING string default "0.8.2" if EMBTK_MPC_HOST_VERSION_0_8_2 default "0.8.1" if EMBTK_MPC_HOST_VERSION_0_8_1 #Does we need patches? config EMBTK_MPC_NEED_PATCH bool