Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[powerpc.git] / lib / Kconfig
index 47b172d..96d6e8c 100644 (file)
@@ -101,4 +101,19 @@ config TEXTSEARCH_FSM
 config PLIST
        boolean
 
+config HAS_IOMEM
+       boolean
+       depends on !NO_IOMEM
+       default y
+
+config HAS_IOPORT
+       boolean
+       depends on HAS_IOMEM && !NO_IOPORT
+       default y
+
+config HAS_DMA
+       boolean
+       depends on !NO_DMA
+       default y
+
 endmenu