Kconfig (e700ac213a0f793fb4f83098413303e3dd080892) | Kconfig (1bdda24c4af64cd2d65dec5192ab624c5fee7ca0) |
---|---|
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. --- 1274 unchanged lines hidden (view full) --- 1283 pairs of 32-bit arguments, select this option. 1284 1285config ARCH_HAS_ELFCORE_COMPAT 1286 bool 1287 1288config ARCH_HAS_PARANOID_L1D_FLUSH 1289 bool 1290 | 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. --- 1274 unchanged lines hidden (view full) --- 1283 pairs of 32-bit arguments, select this option. 1284 1285config ARCH_HAS_ELFCORE_COMPAT 1286 bool 1287 1288config ARCH_HAS_PARANOID_L1D_FLUSH 1289 bool 1290 |
1291config DYNAMIC_SIGFRAME 1292 bool 1293 |
|
1291source "kernel/gcov/Kconfig" 1292 1293source "scripts/gcc-plugins/Kconfig" 1294 1295endmenu | 1294source "kernel/gcov/Kconfig" 1295 1296source "scripts/gcc-plugins/Kconfig" 1297 1298endmenu |