18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
|
# Wing configuration
|
||
|
|
||
|
choice
|
||
|
prompt "Version"
|
||
|
depends on PACKAGE_wing
|
||
|
default WING_STABLE
|
||
|
help
|
||
|
This option allows you to select the version of Wing to be built.
|
||
|
|
||
|
config WING_STABLE
|
||
|
bool "Use the stable version (multi-interface)"
|
||
|
|
||
|
config WING_TESTING
|
||
|
bool "Use the unstable version (multi-interfaces w/ ITACA)"
|
||
|
|
||
|
endchoice
|
||
|
|