Atlas - Kreferenced

Home / ext / kconfiglib / tests Lines: 1 | Size: 822 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1config NO_REFS 2 bool 3 4config JUST_DEPENDS_ON_REFS 5 bool 6 depends on A && B 7 8if A 9 10menu "menu" 11 depends on B 12 visible if C 13 visible if D 14 15config LOTS_OF_REFS 16 bool "lots" if C || D 17 default E || F if G || H 18 default I || J if K || L 19 select M if N || O 20 select P if Q || R 21 imply S if T || U 22 imply V if W || X 23 depends on Y || Z 24 25endmenu 26 27endif 28 29config INT_REFS 30 int "int" 31 range A B if C && D 32 range E F if G && H 33 34choice CHOICE 35 bool "choice" 36 37config CHOICE_REF 38 bool "choice ref" 39 40endchoice 41 42comment "comment" 43 depends on A || B 44 45 46config MULTI_DEF_SYM 47 def_bool A && B 48 49config MULTI_DEF_SYM 50 depends on C 51 52 53choice MULTI_DEF_CHOICE 54 bool "choice" 55 depends on A && B 56 57endchoice 58 59choice MULTI_DEF_CHOICE 60 bool "choice" 61 depends on C 62 63endchoice 64
[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.