net: filter: Just In Time compiler for x86-64
[deliverable/linux.git] / arch / x86 / Kconfig
index d57ddd7573cc5fcf71bd3c0a17cb123ae463021e..855a1bdc437df93bb3e013eae261b1ba5ecf29b6 100644 (file)
@@ -71,6 +71,8 @@ config X86
        select GENERIC_IRQ_SHOW
        select IRQ_FORCED_THREADING
        select USE_GENERIC_SMP_HELPERS if SMP
+       select ARCH_NO_SYSDEV_OPS
+       select HAVE_BPF_JIT if X86_64
 
 config INSTRUCTION_DECODER
        def_bool (KPROBES || PERF_EVENTS)
@@ -2096,6 +2098,16 @@ source "drivers/pcmcia/Kconfig"
 
 source "drivers/pci/hotplug/Kconfig"
 
+config RAPIDIO
+       bool "RapidIO support"
+       depends on PCI
+       default n
+       help
+         If you say Y here, the kernel will include drivers and
+         infrastructure code to support RapidIO interconnect devices.
+
+source "drivers/rapidio/Kconfig"
+
 endmenu
 
 
This page took 0.034017 seconds and 5 git commands to generate.