[PATCH] Consolidate bust_spinlocks()
[profile/ivi/kernel-adaptation-intel-automotive.git] / arch / m32r / Kconfig
index fae67bb..565d013 100644 (file)
@@ -12,11 +12,11 @@ config M32R
 config SBUS
        bool
 
-config UID16
+config GENERIC_ISA_DMA
        bool
-       default n
+       default y
 
-config GENERIC_ISA_DMA
+config ZONE_DMA
        bool
        default y
 
@@ -218,6 +218,22 @@ config RWSEM_XCHGADD_ALGORITHM
        bool
        default n
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
+config GENERIC_FIND_NEXT_BIT
+       bool
+       default y
+
+config GENERIC_HWEIGHT
+       bool
+       default y
+
 config GENERIC_CALIBRATE_DELAY
        bool
        default y
@@ -281,6 +297,11 @@ config NUMA
        depends on SMP && BROKEN
        default n
 
+config NODES_SHIFT
+       int
+       default "1"
+       depends on NEED_MULTIPLE_NODES
+
 # turning this on wastes a bunch of space.
 # Summit needs it only when NUMA is on
 config BOOT_IOREMAP