burying unused conditionals
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / Kconfig
index 6b1df95..956756c 100644 (file)
@@ -356,18 +356,6 @@ config MODULES_USE_ELF_REL
          Modules only use ELF REL relocations.  Modules with ELF RELA
          relocations will give an error.
 
-config GENERIC_SIGALTSTACK
-       bool
-
-config GENERIC_COMPAT_RT_SIGPROCMASK
-       bool
-
-config GENERIC_COMPAT_RT_SIGPENDING
-       bool
-
-config GENERIC_COMPAT_RT_SIGQUEUEINFO
-       bool
-
 #
 # ABI hall of shame
 #
@@ -397,4 +385,15 @@ config OLD_SIGSUSPEND3
        help
          Even weirder antique ABI - three-argument sigsuspend(2)
 
+config OLD_SIGACTION
+       bool
+       help
+         Architecture has old sigaction(2) syscall.  Nope, not the same
+         as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
+         but fairly different variant of sigaction(2), thanks to OSF/1
+         compatibility...
+
+config COMPAT_OLD_SIGACTION
+       bool
+
 source "kernel/gcov/Kconfig"