[PATCH] make PROT_WRITE imply PROT_READ
[pandora-kernel.git] / arch / arm / Kconfig
index ea7640a..f9362ee 100644 (file)
@@ -17,6 +17,10 @@ config ARM
          Europe.  There is an ARM Linux project with a web page at
          <http://www.arm.linux.org.uk/>.
 
+config GENERIC_TIME
+       bool
+       default n
+
 config MMU
        bool
        default y
@@ -222,6 +226,7 @@ config ARCH_IOP33X
 config ARCH_IXP4XX
        bool "IXP4xx-based"
        depends on MMU
+       select GENERIC_TIME
        help
          Support for Intel's IXP4XX (XScale) family of processors.