[PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA
[sfrench/cifs-2.6.git] / arch / arm26 / Kconfig
index dee23d87fc5acf482af0ed3d68afc26d4fc6b2ea..989113dce415fadb3ac3e4e6dff03ea40a2ebd7c 100644 (file)
@@ -41,6 +41,18 @@ config RWSEM_GENERIC_SPINLOCK
 config RWSEM_XCHGADD_ALGORITHM
        bool
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
+config GENERIC_HWEIGHT
+       bool
+       default y
+
 config GENERIC_CALIBRATE_DELAY
        bool
        default y
@@ -48,6 +60,10 @@ config GENERIC_CALIBRATE_DELAY
 config GENERIC_BUST_SPINLOCK
        bool
 
+config ZONE_DMA
+       bool
+       default y
+
 config GENERIC_ISA_DMA
        bool
 
@@ -75,7 +91,7 @@ config ARCH_A5K
         bool "A5000"
        select ARCH_MAY_HAVE_PC_FDC
         help
-          Say Y here to to support the Acorn A5000.
+          Say Y here to support the Acorn A5000.
 
          Linux can support the
           internal IDE disk and CD-ROM interface, serial and parallel port,
@@ -125,7 +141,7 @@ config ZBOOT_ROM_BSS
 config XIP_KERNEL
        bool "Execute In Place (XIP) kernel image"
        help
-         Select this option to create a kernel that can be programed into
+         Select this option to create a kernel that can be programmed into
          the OS ROMs.
 
 comment "At least one math emulation must be selected"
@@ -136,7 +152,7 @@ config FPE_NWFPE
          Say Y to include the NWFPE floating point emulator in the kernel.
          This is necessary to run most binaries. Linux does not currently
          support floating point hardware so you need to say Y here even if
-         your machine has an FPA or floating point co-processor podule.
+         your machine has an FPA or floating point co-processor module.
 
          It is also possible to say M to build the emulator as a module
          (nwfpe) or indeed to leave it out altogether. However, unless you