# MPC options choice bool prompt "MPC version" config MPC_V_0_6 bool prompt "0.6" # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice config MPC_VERSION string default "0.6" if MPC_V_0_6 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! config MPC_CHECK bool prompt "Check MPC (!!! README !!!)" default n help It is highly recommended to check the newly built MPC library. Unfortunately, this is a very intensive task, and takes a loooong time. Checking MPC is thus disabled by default. If you suspect that your MPC library is the cause for incorrectly generated code, you should answer 'Y' here.