Skip to content
Snippets Groups Projects
Commit 74a8465a authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

sdk: fix an ./iop genconfig warning.

parent 8276185f
Branches
No related tags found
1 merge request!1Fr # 15187
......@@ -47,18 +47,16 @@ config TARGET_NO_DSL
choice USE_DSL
prompt "DSL ANNEX/mode"
depends on !TARGET_NO_DSL
config TARGET_DSL_ANNEX_A
bool "Annex A"
default y
config TARGET_DSL_ANNEX_B
bool "Annex B"
default n
config TARGET_DSL_GFAST
bool "G.Fast"
default n
default TARGET_DSL_ANNEX_A
config TARGET_DSL_ANNEX_A
bool "Annex A"
config TARGET_DSL_ANNEX_B
bool "Annex B"
config TARGET_DSL_GFAST
bool "G.Fast"
endchoice
config TARGET_NO_VOICE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment