Atlas - Kdeploop10
Home / ext / kconfiglib / tests Lines: 1 | Size: 428 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1config A 2 bool 3 depends on B 4 5config B 6 bool 7 depends on C = 7 8 9config C 10 int 11 range D 8 12 13config D 14 int 15 default 3 if E 16 default 8 17 18config E 19 bool 20 21config F 22 bool 23 select E if G 24 25config G 26 bool 27 depends on H 28 29choice 30 bool "choice" 31 32config H 33 bool "H" 34 depends on I 35 36endchoice 37 38choice 39 bool "choice" if J 40 41config I 42 bool "I" 43 44endchoice 45 46config J 47 bool 48 depends on A 49[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.