File: Kmenuconfig

package info (click to toggle)
kconfiglib 14.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 8,498; sh: 34; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
# Menu nodes with is_menuconfig False

config NOT_MENUCONFIG_1
	bool

config NOT_MENUCONFIG_2
	bool "not menuconfig 2"

config MENUCONFIG_MULTI_DEF
	bool "menuconfig multi def 1"

config COMMENT_HOOK
	bool

comment "not menuconfig 3"


# Menu nodes with is_menuconfig True

menuconfig MENUCONFIG_1
	bool "menuconfig 1"

menuconfig MENUCONFIG_MULTI_DEF
	bool "menuconfig multi def 2"

config MENU_HOOK
	bool

menu "menuconfig 2"
endmenu

config CHOICE_HOOK
	bool

choice
	bool "menuconfig 3"
endchoice