summaryrefslogtreecommitdiff
path: root/config/companion_libs/ppl.in
blob: 8f32570bfb64594cc578c67e9a54991b382f4b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# PPL options

choice
    bool
    prompt "PPL version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config PPL_V_0_10_2
    bool
    prompt "0.10.2"

endchoice

config PPL_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "0.10.2" if PPL_V_0_10_2