]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Kconfig
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[karo-tx-linux.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