diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 0a8dd0585d0d..330176824594 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -335,6 +335,9 @@ config MODULES_USE_ELF_REL | |||
335 | Modules only use ELF REL relocations. Modules with ELF RELA | 335 | Modules only use ELF REL relocations. Modules with ELF RELA |
336 | relocations will give an error. | 336 | relocations will give an error. |
337 | 337 | ||
338 | config GENERIC_SIGALTSTACK | ||
339 | bool | ||
340 | |||
338 | # | 341 | # |
339 | # ABI hall of shame | 342 | # ABI hall of shame |
340 | # | 343 | # |