diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 03:50:34 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:21 -0500 |
commit | 47669ab0361558a734e42f78196636d70201e44f (patch) | |
tree | 4152f4be043a8eb8a507d380626d01bafbd7ef16 /arch/tile/Kconfig | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) |
tile: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/Kconfig')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 875d008828b8..dae6ac1eac62 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig | |||
@@ -21,6 +21,7 @@ config TILE | |||
21 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 21 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
22 | select GENERIC_CLOCKEVENTS | 22 | select GENERIC_CLOCKEVENTS |
23 | select MODULES_USE_ELF_RELA | 23 | select MODULES_USE_ELF_RELA |
24 | select GENERIC_SIGALTSTACK | ||
24 | 25 | ||
25 | # FIXME: investigate whether we need/want these options. | 26 | # FIXME: investigate whether we need/want these options. |
26 | # select HAVE_IOREMAP_PROT | 27 | # select HAVE_IOREMAP_PROT |