diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-23 12:54:43 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 03:16:27 +0400 |
commit | 0430f2f2764f9db5ee5200c3d24d1eac8a797e28 (patch) | |
tree | dc6add1a6517a1fa50b71d7d142ebc65ddafde38 /arch/xtensa/Kconfig | |
parent | 0aa0203fb43f04714004b2c4ad33b858e240555d (diff) | |
download | linux-0430f2f2764f9db5ee5200c3d24d1eac8a797e28.tar.xz |
xtensa: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 5aab1acabf1c..23cc6ae35da0 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -16,6 +16,7 @@ config XTENSA select ARCH_WANT_OPTIONAL_GPIOLIB select CLONE_BACKWARDS select IRQ_DOMAIN + select GENERIC_SIGALTSTACK help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both |