x86: change x86 to use generic find_next_bit
[deliverable/linux.git] / arch / x86 / Kconfig
index 4aa4180b106c9d98f4acadb9b89f56149de8d4ef..5639de47ed454350cb24172269f530fbfa96a7e8 100644 (file)
@@ -77,6 +77,9 @@ config GENERIC_BUG
        def_bool y
        depends on BUG
 
+config GENERIC_FIND_NEXT_BIT
+       def_bool y
+
 config GENERIC_HWEIGHT
        def_bool y
 
@@ -142,6 +145,9 @@ config AUDIT_ARCH
 config ARCH_SUPPORTS_AOUT
        def_bool y
 
+config ARCH_SUPPORTS_OPTIMIZED_INLINING
+       def_bool y
+
 # Use the generic interrupt handling code in kernel/irq/:
 config GENERIC_HARDIRQS
        bool
This page took 0.0521 seconds and 5 git commands to generate.