Atlas - Keval

Home / ext / kconfiglib / tests Lines: 1 | Size: 410 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1# Enabled/disabled in the test 2config MODULES 3 bool "modules" 4 option modules 5 6config N 7 def_tristate n 8 9config M 10 def_tristate m 11 12menuconfig Y 13 def_tristate y 14 prompt "foo" 15 16config Y_STRING 17 string 18 default "y" 19 20config FOO_BAR_STRING 21 string 22 default "foo bar" 23 24config INT_37 25 int 26 default 37 27 28config HEX_0X37 29 hex 30 default 0x37 31 32config HEX_37 33 hex 34 default 37 35
[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.