]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68knommu/Kconfig
hwmon: (lm85) Convert to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / arch / m68knommu / Kconfig
index bfd35304d5864f34ed25e6cfb24172d9f4a7b386..0a8998315e5ed9fcdada66d87c5ee1127e35b9ac 100644 (file)
@@ -66,10 +66,11 @@ config TIME_LOW_RES
        bool
        default y
 
-config NO_IOPORT
-       def_bool y
+config GENERIC_CLOCKEVENTS
+       bool
+       default n
 
-config ARCH_SUPPORTS_AOUT
+config NO_IOPORT
        def_bool y
 
 source "init/Kconfig"
@@ -112,11 +113,13 @@ config M5206e
 
 config M520x
        bool "MCF520x"
+       select GENERIC_CLOCKEVENTS
        help
           Freescale Coldfire 5207/5208 processor support.
 
 config M523x
        bool "MCF523x"
+       select GENERIC_CLOCKEVENTS
        help
          Freescale Coldfire 5230/1/2/4/5 processor support
 
@@ -142,6 +145,7 @@ config M5275
 
 config M528x
        bool "MCF528x"
+       select GENERIC_CLOCKEVENTS
        help
          Motorola ColdFire 5280/5282 processor support.
 
@@ -165,6 +169,7 @@ endchoice
 config M527x
        bool
        depends on (M5271 || M5275)
+       select GENERIC_CLOCKEVENTS
        default y
 
 config COLDFIRE
@@ -678,6 +683,9 @@ endchoice
 if COLDFIRE
 source "kernel/Kconfig.preempt"
 endif
+
+source "kernel/time/Kconfig"
+
 source "mm/Kconfig"
 
 endmenu