toolchain: get rid of musl version kconfig symbol overloading
[openwrt.git] / toolchain / musl / Config.in
1 # Choose musl version.
2
3 choice
4         prompt "musl Version"
5         depends on TOOLCHAINOPTS && USE_MUSL
6         default MUSL_USE_VERSION_0_9_8
7         help
8           Select the version of musl you wish to use.
9
10         config MUSL_USE_VERSION_0_9_8
11                 select MUSL_VERSION_0_9_8
12                 bool "musl 0.9.8"
13
14         config MUSL_USE_VERSION_0_9_9
15                 select MUSL_VERSION_0_9_9
16                 bool "musl 0.9.9"
17
18 endchoice
19
20
21 # Debug version.
22
23 config MUSL_ENABLE_DEBUG
24         bool "Build with debug information"
25         depends on TOOLCHAINOPTS && USE_MUSL
26         default n