Kconfig (a09ebb32afbe2b215075a81aa3f78795d553b91f) Kconfig (cd14b01846612f3f3277e97bfbecba4c8cee5ce9)
1# SPDX-License-Identifier: GPL-2.0-only
2config CC_VERSION_TEXT
3 string
4 default "$(CC_VERSION_TEXT)"
5 help
6 This is used in unclear ways:
7
8 - Re-run Kconfig when the compiler is updated

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

1499 possible capabilities. Saying N here also compiles out support for
1500 system calls related to UIDs, GIDs, and capabilities, such as setuid,
1501 setgid, and capset.
1502
1503 If unsure, say Y here.
1504
1505config SGETMASK_SYSCALL
1506 bool "sgetmask/ssetmask syscalls support" if EXPERT
1# SPDX-License-Identifier: GPL-2.0-only
2config CC_VERSION_TEXT
3 string
4 default "$(CC_VERSION_TEXT)"
5 help
6 This is used in unclear ways:
7
8 - Re-run Kconfig when the compiler is updated

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

1499 possible capabilities. Saying N here also compiles out support for
1500 system calls related to UIDs, GIDs, and capabilities, such as setuid,
1501 setgid, and capset.
1502
1503 If unsure, say Y here.
1504
1505config SGETMASK_SYSCALL
1506 bool "sgetmask/ssetmask syscalls support" if EXPERT
1507 def_bool PARISC || M68K || PPC || MIPS || X86 || SPARC || MICROBLAZE || SUPERH
1507 default PARISC || M68K || PPC || MIPS || X86 || SPARC || MICROBLAZE || SUPERH
1508 help
1509 sys_sgetmask and sys_ssetmask are obsolete system calls
1510 no longer supported in libc but still enabled by default in some
1511 architectures.
1512
1513 If unsure, leave the default option here.
1514
1515config SYSFS_SYSCALL

--- 490 unchanged lines hidden ---
1508 help
1509 sys_sgetmask and sys_ssetmask are obsolete system calls
1510 no longer supported in libc but still enabled by default in some
1511 architectures.
1512
1513 If unsure, leave the default option here.
1514
1515config SYSFS_SYSCALL

--- 490 unchanged lines hidden ---