toolchain: get rid of musl version kconfig symbol overloading
[openwrt.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "0.9.8"       if MUSL_VERSION_0_9_8
7         default "0.9.9"       if MUSL_VERSION_0_9_9
8
9 config MUSL_VERSION_0_9_8
10         default y if !TOOLCHAINOPTS
11         bool
12
13 config MUSL_VERSION_0_9_9
14         bool
15
16 endif