aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig13
1 files changed, 1 insertions, 12 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f8f6929d8f25..25f4d74adf7e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -230,9 +230,7 @@ source "usr/Kconfig"
230 230
231config UID16 231config UID16
232 bool "Enable 16-bit UID system calls" if EMBEDDED 232 bool "Enable 16-bit UID system calls" if EMBEDDED
233 depends !ALPHA && !PPC && !PPC64 && !PARISC && !V850 && !ARCH_S390X 233 depends on ARM || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION)
234 depends !X86_64 || IA32_EMULATION
235 depends !SPARC64 || SPARC32_COMPAT
236 default y 234 default y
237 help 235 help
238 This enables the legacy 16-bit UID syscall wrappers. 236 This enables the legacy 16-bit UID syscall wrappers.
@@ -328,15 +326,6 @@ config BUG
328 option for embedded systems with no facilities for reporting errors. 326 option for embedded systems with no facilities for reporting errors.
329 Just say Y. 327 Just say Y.
330 328
331config DOUBLEFAULT
332 depends X86
333 default y if X86
334 bool "Enable doublefault exception handler" if EMBEDDED
335 help
336 This option allows trapping of rare doublefault exceptions that
337 would otherwise cause a system to silently reboot. Disabling this
338 option saves about 4k.
339
340config ELF_CORE 329config ELF_CORE
341 default y 330 default y
342 bool "Enable ELF core dumps" if EMBEDDED 331 bool "Enable ELF core dumps" if EMBEDDED