Lines Matching full:default
4 default "$(CC_VERSION_TEXT)"
9 The 'default' property references the environment variable,
24 default $(cc-version) if CC_IS_GCC
25 default 0
32 default $(cc-version) if CC_IS_CLANG
33 default 0
44 default CLANG_VERSION if AS_IS_LLVM
45 default $(as-version)
52 default $(ld-version) if LD_IS_BFD
53 default 0
60 default $(ld-version) if LD_IS_LLD
61 default 0
65 default $(rustc-version)
83 default $(rustc-llvm-version)
87 default $(shell,expr $(rustc-llvm-version) / 10000)
91 default y if CC_IS_CLANG && RUSTC_LLVM_MAJOR_VERSION = $(shell,expr $(cc-version) / 10000)
105 default ARCH_CC_CAN_LINK if ARCH_HAS_CC_CAN_LINK
106 default $(cc_can_link_user,$(m64-flag)) if 64BIT
107 default $(cc_can_link_user,$(m32-flag))
114 default y if GCC_VERSION < 110500
115 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400
116 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300
139 default y if CC_IS_CLANG && CLANG_VERSION >= 190100
142 default y if CC_IS_GCC && GCC_VERSION >= 130100
153 default y if CC_IS_CLANG && CLANG_VERSION >= 200100
156 default y if CC_IS_GCC && GCC_VERSION >= 150100
161 default y if CC_IS_CLANG && CLANG_VERSION >= 220100
163 default y if CC_IS_GCC && GCC_VERSION >= 160000
168 default y if CC_IS_CLANG && CLANG_VERSION < 220100
192 default "$(PAHOLE_VERSION)"
225 default y
229 default 32 if !UML
230 default 128 if UML
251 default COMPILE_TEST
255 to enforce that rule by default. Certain warnings from other tools
288 default y
309 default ""
314 build is unique between builds. It's safe to leave the default.
342 default KERNEL_GZIP
446 string "Default init path"
447 default ""
449 This option determines the default init for the system if no init=
456 string "Default hostname"
457 default "(none)"
459 This option determines the default system hostname before userspace
461 but you may wish to use a different default here to make a minimal
483 default y
509 default y
513 default n
526 default y
562 default TICK_CPU_ACCOUNTING
627 default y if ARM && ARM_CPU_TOPOLOGY
628 default y if ARM64
647 default n
664 default n
677 default n
739 default n
743 per default but can be enabled through passing psi=1 on the
762 default y
804 default 17
824 default 0 if BASE_SMALL
825 default 12
828 This option allows to increase the default ring buffer size
837 contributions is greater than the half of the default kernel ring
838 buffer as defined by LOG_BUF_SHIFT. The default values are set
902 default 5
928 If in doubt, use the default value.
966 default "-Wimplicit-fallthrough=5" if CC_IS_GCC && $(cc-option,-Wimplicit-fallthrough=5)
967 default "-Wimplicit-fallthrough" if CC_IS_CLANG && $(cc-option,-Wunreachable-code-fallthrough)
971 default "-fms-anonymous-structs" if $(cc-option,-fms-anonymous-structs)
972 default "-fms-extensions"
981 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
989 default y if CC_IS_GCC && GCC_NO_STRINGOP_OVERFLOW
993 default y if CC_IS_GCC && !CC_NO_STRINGOP_OVERFLOW
1021 default y
1032 default y
1061 bool "Favor dynamic modification latency reduction by default"
1063 This option enables the "favordynmods" mount option by default
1084 default y
1091 default y
1096 default n
1113 default n
1135 default y
1139 default n
1156 default CGROUP_SCHED
1162 default n
1173 default n
1184 default n
1186 When set, the RT group scheduling is disabled by default. The option
1197 default y
1213 default n
1274 controller includes important in-kernel memory consumers per default.
1282 default n
1310 default n
1324 default y
1364 default n
1378 default n
1390 default n
1397 default !EXPERT
1408 default y
1415 default y
1426 default y
1433 default n
1447 default y
1456 default y
1468 default n
1537 default y if BOOT_CONFIG_EMBED
1568 default 1021
1587 default y
1598 default KUNIT_ALL_TESTS
1604 default CC_OPTIMIZE_FOR_PERFORMANCE
1609 This is the default optimization level for the kernel, building
1658 default "error" if WERROR
1659 default "warn"
1689 default n
1702 # Unhide debug options, to make the on-by-default options visible
1713 default y
1719 default y
1733 default PARISC || M68K || PPC || MIPS || X86 || SPARC || MICROBLAZE || SUPERH
1736 no longer supported in libc but still enabled by default in some
1739 If unsure, leave the default option here.
1744 default y
1756 default y
1772 default y
1785 default KUNIT_ALL_TESTS
1796 default y
1806 default y
1816 default y
1831 default y
1841 default y
1846 default y
1851 default y
1861 default y
1868 default y
1877 default y
1886 default y
1895 default y
1906 default y
1915 default y
1936 default n
1947 default y
1957 default y
1979 default y
2004 default n
2016 default n
2017 bool "Enable restartable sequences debug mode by default" if EXPERT
2029 default n
2040 default y
2050 default y
2059 default n
2139 default y if PROFILING
2166 default n
2235 default "$(RUSTC_VERSION_TEXT)"
2242 default "$(shell,$(BINDGEN) --version 2>/dev/null)"
2262 default y if PREEMPT_RT