summaryrefslogtreecommitdiff
path: root/config/companion_libs/mpc.in
blob: 7ff2c26aa6476053acef463059f5c1ca6c521a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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.