aqc111: fix endianness issue in aqc111_change_mtu
[linux-2.6-block.git] / kernel / Kconfig.locks
index e335953fa70407c39b18243f9aad7d1634e9b68a..bf770d7556f70218f26f45cb53eb3330616af9a9 100644 (file)
@@ -251,3 +251,10 @@ config ARCH_USE_QUEUED_RWLOCKS
 config QUEUED_RWLOCKS
        def_bool y if ARCH_USE_QUEUED_RWLOCKS
        depends on SMP
+
+config ARCH_HAS_MMIOWB
+       bool
+
+config MMIOWB
+       def_bool y if ARCH_HAS_MMIOWB
+       depends on SMP