Kconfig (b75b0a819af9f78fc395b189cddd40f590194d20) | Kconfig (f8f0d06438e5c810d1e13b5f8c2fed501fe36e9c) |
---|---|
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 --- 1754 unchanged lines hidden (view full) --- 1763 depends on RSEQ && DEBUG_KERNEL 1764 help 1765 Enable extra debugging checks for the rseq system call. 1766 1767 If unsure, say N. 1768 1769config EMBEDDED 1770 bool "Embedded system" | 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 --- 1754 unchanged lines hidden (view full) --- 1763 depends on RSEQ && DEBUG_KERNEL 1764 help 1765 Enable extra debugging checks for the rseq system call. 1766 1767 If unsure, say N. 1768 1769config EMBEDDED 1770 bool "Embedded system" |
1771 option allnoconfig_y | |
1772 select EXPERT 1773 help 1774 This option should be enabled if compiling the kernel for 1775 an embedded system so certain expert options are available 1776 for configuration. 1777 1778config HAVE_PERF_EVENTS 1779 bool --- 555 unchanged lines hidden --- | 1771 select EXPERT 1772 help 1773 This option should be enabled if compiling the kernel for 1774 an embedded system so certain expert options are available 1775 for configuration. 1776 1777config HAVE_PERF_EVENTS 1778 bool --- 555 unchanged lines hidden --- |