x86: remove irqbalance in kernel for 32 bit
[deliverable/linux.git] / arch / x86 / Kconfig
index f65c2744d5733971caf75b253070b4e9a821d786..3e0eaaa1a339994cea71aac075fbc79680e7f448 100644 (file)
@@ -33,6 +33,8 @@ config X86
        select HAVE_ARCH_TRACEHOOK
        select HAVE_GENERIC_DMA_COHERENT if X86_32
        select HAVE_EFFICIENT_UNALIGNED_ACCESS
+       select HAVE_DYN_ARRAY
+       select HAVE_SPARSE_IRQ if X86_64
 
 config ARCH_DEFCONFIG
        string
@@ -1252,14 +1254,6 @@ config EFI
        resultant kernel should continue to boot on existing non-EFI
        platforms.
 
-config IRQBALANCE
-       def_bool y
-       prompt "Enable kernel irq balancing"
-       depends on X86_32 && SMP && X86_IO_APIC
-       help
-         The default yes will allow the kernel to do irq load balancing.
-         Saying no will keep the kernel from doing irq load balancing.
-
 config SECCOMP
        def_bool y
        prompt "Enable seccomp to safely compute untrusted bytecode"
This page took 0.025267 seconds and 5 git commands to generate.