blob: cbb88b9ec993fbcb9742cf48aad121b79ada7ef9 [file] [log] [blame]
config NO_DEP_SYM
bool
config DEP_SYM
bool
depends on A
config DEP_SYM
depends on B && C
config DEP_SYM
depends on !D
choice NO_DEP_CHOICE
bool "no dep. choice"
endchoice
choice DEP_CHOICE
bool "dep. choice"
depends on A
endchoice
choice DEP_CHOICE
depends on B
endchoice
choice DEP_CHOICE
depends on C
endchoice