summaryrefslogtreecommitdiff
path: root/tests/Kstrict
blob: 463a1c8b1da42def4f26a0ad62d5bb57dbf566d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config DEF
	bool

config BOOL
	bool "foo" if DEF || !UNDEF_1
	default UNDEF_2

config INT
	int
	range UNDEF_2 8

menu "menu"
	depends on UNDEF_1
	visible if UNDEF_3

endmenu