x86: change x86 to use generic find_next_bit
[deliverable/linux.git] / arch / x86 / Kconfig
index 4d350b5cbc71fdaf7f8c8ed0d6a84d4aa96b9de4..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
@@ -1049,9 +1055,9 @@ config MTRR
          See <file:Documentation/mtrr.txt> for more information.
 
 config X86_PAT
-       def_bool y
+       bool
        prompt "x86 PAT support"
-       depends on MTRR && NONPROMISC_DEVMEM
+       depends on MTRR
        help
          Use PAT attributes to setup page level cache control.
 
This page took 0.025715 seconds and 5 git commands to generate.