summaryrefslogtreecommitdiff
path: root/examples/kconfig-static/Kconfig
blob: 8d6fa64bf7ba12d47533c57eef39fabbeb957490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
config XP23
bool "X += 23"

config YP42
bool "Y += 42"

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