Atlas - Krepr
Home / ext / kconfiglib / tests Lines: 1 | Size: 767 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1config MODULES 2 bool 3 option modules 4 default y 5 6if UNDEFINED 7endif 8 9config BASIC 10 bool 11 default y 12 ---help--- 13 14config VISIBLE 15 bool "visible" 16 17config STRING 18 string "visible" 19 20config DIR_DEP_N 21 depends on n 22 23config OPTIONS 24 option allnoconfig_y 25 option defconfig_list 26 option env="ENV" 27 28config MULTI_DEF 29config MULTI_DEF 30 31menuconfig MENUCONFIG 32 33choice CHOICE 34 tristate "choice" 35 36config CHOICE_1 37 tristate "choice sym" 38 39config CHOICE_2 40 tristate "choice sym" 41 42endchoice 43 44config CHOICE_HOOK 45 46choice 47 tristate "optional choice" if n 48 optional 49endchoice 50 51config NO_VISIBLE_IF_HOOK 52 53menu "no visible if" 54endmenu 55 56config VISIBLE_IF_HOOK 57 58menu "visible if" 59 visible if m 60endmenu 61 62config COMMENT_HOOK 63 64comment "comment" 65[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.