Kconfig (c0dfadfed87489fa6126ece161a14c2d15dbdc79) Kconfig (2324d50d051ec0f14a548e78554fb02513d6dcef)
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)"

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

1980 This is taken advantage of by uClibc's malloc(), and also by
1981 ELF-FDPIC binfmt's brk and stack allocator.
1982
1983 Because of the obvious security issues, this option should only be
1984 enabled on embedded devices where you control what is run in
1985 userspace. Since that isn't generally a problem on no-MMU systems,
1986 it is normally safe to say Y here.
1987
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)"

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

1980 This is taken advantage of by uClibc's malloc(), and also by
1981 ELF-FDPIC binfmt's brk and stack allocator.
1982
1983 Because of the obvious security issues, this option should only be
1984 enabled on embedded devices where you control what is run in
1985 userspace. Since that isn't generally a problem on no-MMU systems,
1986 it is normally safe to say Y here.
1987
1988 See Documentation/nommu-mmap.txt for more information.
1988 See Documentation/mm/nommu-mmap.rst for more information.
1989
1990config SYSTEM_DATA_VERIFICATION
1991 def_bool n
1992 select SYSTEM_TRUSTED_KEYRING
1993 select KEYS
1994 select CRYPTO
1995 select CRYPTO_RSA
1996 select ASYMMETRIC_KEY_TYPE

--- 347 unchanged lines hidden ---
1989
1990config SYSTEM_DATA_VERIFICATION
1991 def_bool n
1992 select SYSTEM_TRUSTED_KEYRING
1993 select KEYS
1994 select CRYPTO
1995 select CRYPTO_RSA
1996 select ASYMMETRIC_KEY_TYPE

--- 347 unchanged lines hidden ---