Kconfig (59612b24f78a0b61fe078ec9dff2e48e9cec52c0) Kconfig (d5750cd3c5486e9c0fa11100df01de8ca0c13fa7)
1# SPDX-License-Identifier: GPL-2.0-only
2config DEFCONFIG_LIST
3 string
4 depends on !UML
5 option defconfig_list
6 default "/lib/modules/$(shell,uname -r)/.config"
7 default "/etc/kernel-config"
8 default "/boot/config-$(shell,uname -r)"

--- 33 unchanged lines hidden (view full) ---

42
43config LD_IS_LLD
44 def_bool $(success,$(LD) -v | head -n 1 | grep -q LLD)
45
46config CLANG_VERSION
47 int
48 default $(shell,$(srctree)/scripts/clang-version.sh $(CC))
49
1# SPDX-License-Identifier: GPL-2.0-only
2config DEFCONFIG_LIST
3 string
4 depends on !UML
5 option defconfig_list
6 default "/lib/modules/$(shell,uname -r)/.config"
7 default "/etc/kernel-config"
8 default "/boot/config-$(shell,uname -r)"

--- 33 unchanged lines hidden (view full) ---

42
43config LD_IS_LLD
44 def_bool $(success,$(LD) -v | head -n 1 | grep -q LLD)
45
46config CLANG_VERSION
47 int
48 default $(shell,$(srctree)/scripts/clang-version.sh $(CC))
49
50config LLD_VERSION
51 int
52 default $(shell,$(srctree)/scripts/lld-version.sh $(LD))
53
50config CC_CAN_LINK
51 bool
52 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m64-flag)) if 64BIT
53 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m32-flag))
54
55config CC_CAN_LINK_STATIC
56 bool
57 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m64-flag) -static) if 64BIT

--- 1288 unchanged lines hidden (view full) ---

1346 on small systems. This has the possibility of introducing
1347 silently broken kernel if the required annotations are not
1348 present. This option is not well tested yet, so use at your
1349 own risk.
1350
1351config LD_ORPHAN_WARN
1352 def_bool y
1353 depends on ARCH_WANT_LD_ORPHAN_WARN
54config CC_CAN_LINK
55 bool
56 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m64-flag)) if 64BIT
57 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m32-flag))
58
59config CC_CAN_LINK_STATIC
60 bool
61 default $(success,$(srctree)/scripts/cc-can-link.sh $(CC) $(CLANG_FLAGS) $(m64-flag) -static) if 64BIT

--- 1288 unchanged lines hidden (view full) ---

1350 on small systems. This has the possibility of introducing
1351 silently broken kernel if the required annotations are not
1352 present. This option is not well tested yet, so use at your
1353 own risk.
1354
1355config LD_ORPHAN_WARN
1356 def_bool y
1357 depends on ARCH_WANT_LD_ORPHAN_WARN
1358 depends on !LD_IS_LLD || LLD_VERSION >= 110000
1354 depends on $(ld-option,--orphan-handling=warn)
1355
1356config SYSCTL
1357 bool
1358
1359config HAVE_UID16
1360 bool
1361

--- 992 unchanged lines hidden ---
1359 depends on $(ld-option,--orphan-handling=warn)
1360
1361config SYSCTL
1362 bool
1363
1364config HAVE_UID16
1365 bool
1366

--- 992 unchanged lines hidden ---