RMUL2025/lib/Kconfiglib/tests/Kdeploop7

12 lines
109 B
Plaintext

choice
bool "choice"
config FOO
bool "foo"
depends on BAR
config BAR
bool "bar"
endchoice