summaryrefslogtreecommitdiff
path: root/examples/kconfig-static/Kconfig
blob: 1b02bac54298e8139aafdb7893b5961c494a2658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
choice
prompt "pi or tau?"

config X5
bool "X = 5"

config X6
bool "X = 6"
depends on !Y0

endchoice

choice
prompt "apples or oranges?"

config Y4
bool "Y = 4"

config Y0
bool "Y = 0"

endchoice