Kconfig (20c7775aecea04d8ca322039969d49dcf568e0e9) Kconfig (59612b24f78a0b61fe078ec9dff2e48e9cec52c0)
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6#
7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can
8# override the default values in this file.

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

1023
1024config HAVE_STATIC_CALL
1025 bool
1026
1027config HAVE_STATIC_CALL_INLINE
1028 bool
1029 depends on HAVE_STATIC_CALL
1030
1# SPDX-License-Identifier: GPL-2.0
2#
3# General architecture dependent options
4#
5
6#
7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can
8# override the default values in this file.

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

1023
1024config HAVE_STATIC_CALL
1025 bool
1026
1027config HAVE_STATIC_CALL_INLINE
1028 bool
1029 depends on HAVE_STATIC_CALL
1030
1031config ARCH_WANT_LD_ORPHAN_WARN
1032 bool
1033 help
1034 An arch should select this symbol once all linker sections are explicitly
1035 included, size-asserted, or discarded in the linker scripts. This is
1036 important because we never want expected sections to be placed heuristically
1037 by the linker, since the locations of such sections can change between linker
1038 versions.
1039
1031source "kernel/gcov/Kconfig"
1032
1033source "scripts/gcc-plugins/Kconfig"
1034
1035endmenu
1040source "kernel/gcov/Kconfig"
1041
1042source "scripts/gcc-plugins/Kconfig"
1043
1044endmenu