Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[linux-drm-fsl-dcu.git] / lib / Kconfig
index 47b172df3e312775f4accaa804fd42256d5331f7..2e7ae6b9215b2d390d30171c4e61e000f7079705 100644 (file)
@@ -23,6 +23,14 @@ config CRC16
          the kernel tree does. Such modules that use library CRC16
          functions require M here.
 
+config CRC_ITU_T
+       tristate "CRC ITU-T V.41 functions"
+       help
+         This option is provided for the case where no in-kernel-tree
+         modules require CRC ITU-T V.41 functions, but a module built outside
+         the kernel tree does. Such modules that use library CRC ITU-T V.41
+         functions require M here.
+
 config CRC32
        tristate "CRC32 functions"
        default y
@@ -101,4 +109,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