]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
[linux-2.6-omap-h63xx.git] / lib / Kconfig
index 47b172df3e312775f4accaa804fd42256d5331f7..384249915047f0e28f8f82c10caa6b9795f4fb3b 100644 (file)
@@ -101,4 +101,14 @@ 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
+
 endmenu