[PATCH] LOG2: Implement a general integer log2 facility in the kernel
[deliverable/linux.git] / arch / v850 / Kconfig
index e7fc3e500342edc9384b458e8b7d89e156a194d1..bcf825875d1706f4c108d4d75a5f24bbd814ba6b 100644 (file)
@@ -16,6 +16,12 @@ config RWSEM_GENERIC_SPINLOCK
 config RWSEM_XCHGADD_ALGORITHM
        bool
        default n
+config GENERIC_FIND_NEXT_BIT
+       bool
+       default y
+config GENERIC_HWEIGHT
+       bool
+       default y
 config GENERIC_CALIBRATE_DELAY
        bool
        default y
@@ -32,6 +38,14 @@ config TIME_LOW_RES
        bool
        default y
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
 # Turn off some random 386 crap that can affect device config
 config ISA
        bool
This page took 0.025733 seconds and 5 git commands to generate.