blob: 3949e558956030362f26f3459d3d1ccc270c4cb2 [file] [log] [blame]
Samuel Iglesias Gonsalvezd3465872012-05-09 15:27:19 +02001#
2# IPACK configuration.
3#
4
5menuconfig IPACK_BUS
6 tristate "IndustryPack bus support"
Jens Taprogge7953e442012-09-06 21:45:18 +02007 depends on HAS_IOMEM
Samuel Iglesias Gonsalvezd3465872012-05-09 15:27:19 +02008 ---help---
Jens Taprogge26c295c2012-09-27 12:37:40 +02009 This option provides support for the IndustryPack framework. There
10 are IndustryPack carrier boards, which interface another bus (such as
11 PCI) to an IndustryPack bus, and IndustryPack modules, that are
12 hosted on these buses. While IndustryPack modules can provide a
13 large variety of functionality, they are most often found in
14 industrial control applications.
15
16 Say N if unsure.
Samuel Iglesias Gonsalvezd3465872012-05-09 15:27:19 +020017
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020018if IPACK_BUS
19
Greg Kroah-Hartman05e50272012-11-16 08:14:18 -080020source "drivers/ipack/carriers/Kconfig"
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020021
Greg Kroah-Hartman05e50272012-11-16 08:14:18 -080022source "drivers/ipack/devices/Kconfig"
Samuel Iglesias Gonsalvezfc36f072012-05-11 10:17:11 +020023
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020024endif # IPACK