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

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

config ZLIB_V_1_2_11
    bool
    prompt "1.2.11"

endchoice

config ZLIB_VERSION
    string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
    default "1.2.11" if ZLIB_V_1_2_11