Atlas - Kmenuconfig

Home / ext / kconfiglib / tests Lines: 1 | Size: 501 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1# Menu nodes with is_menuconfig False 2 3config NOT_MENUCONFIG_1 4 bool 5 6config NOT_MENUCONFIG_2 7 bool "not menuconfig 2" 8 9config MENUCONFIG_MULTI_DEF 10 bool "menuconfig multi def 1" 11 12config COMMENT_HOOK 13 bool 14 15comment "not menuconfig 3" 16 17 18# Menu nodes with is_menuconfig True 19 20menuconfig MENUCONFIG_1 21 bool "menuconfig 1" 22 23menuconfig MENUCONFIG_MULTI_DEF 24 bool "menuconfig multi def 2" 25 26config MENU_HOOK 27 bool 28 29menu "menuconfig 2" 30endmenu 31 32config CHOICE_HOOK 33 bool 34 35choice 36 bool "menuconfig 3" 37endchoice 38
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.