diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 968fabd8723f..d849c6870e3a 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -29,10 +29,6 @@ config MMU | |||
29 | config SBUS | 29 | config SBUS |
30 | bool | 30 | bool |
31 | 31 | ||
32 | config UID16 | ||
33 | bool | ||
34 | default y | ||
35 | |||
36 | config GENERIC_ISA_DMA | 32 | config GENERIC_ISA_DMA |
37 | bool | 33 | bool |
38 | default y | 34 | default y |
@@ -630,10 +626,6 @@ config REGPARM | |||
630 | and passes the first three arguments of a function call in registers. | 626 | and passes the first three arguments of a function call in registers. |
631 | This will probably break binary only modules. | 627 | This will probably break binary only modules. |
632 | 628 | ||
633 | This feature is only enabled for gcc-3.0 and later - earlier compilers | ||
634 | generate incorrect output with certain kernel constructs when | ||
635 | -mregparm=3 is used. | ||
636 | |||
637 | config SECCOMP | 629 | config SECCOMP |
638 | bool "Enable seccomp to safely compute untrusted bytecode" | 630 | bool "Enable seccomp to safely compute untrusted bytecode" |
639 | depends on PROC_FS | 631 | depends on PROC_FS |
@@ -703,7 +695,7 @@ depends on PM && !X86_VISWS | |||
703 | 695 | ||
704 | config APM | 696 | config APM |
705 | tristate "APM (Advanced Power Management) BIOS support" | 697 | tristate "APM (Advanced Power Management) BIOS support" |
706 | depends on PM && PM_LEGACY | 698 | depends on PM |
707 | ---help--- | 699 | ---help--- |
708 | APM is a BIOS specification for saving power using several different | 700 | APM is a BIOS specification for saving power using several different |
709 | techniques. This is mostly useful for battery powered laptops with | 701 | techniques. This is mostly useful for battery powered laptops with |