2012-05-09 15:27:19 +02:00
|
|
|
#
|
|
|
|
# IPACK configuration.
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig IPACK_BUS
|
|
|
|
tristate "IndustryPack bus support"
|
2012-09-06 21:45:18 +02:00
|
|
|
depends on HAS_IOMEM
|
2012-05-09 15:27:19 +02:00
|
|
|
---help---
|
2012-09-27 12:37:40 +02:00
|
|
|
This option provides support for the IndustryPack framework. There
|
|
|
|
are IndustryPack carrier boards, which interface another bus (such as
|
|
|
|
PCI) to an IndustryPack bus, and IndustryPack modules, that are
|
|
|
|
hosted on these buses. While IndustryPack modules can provide a
|
|
|
|
large variety of functionality, they are most often found in
|
|
|
|
industrial control applications.
|
|
|
|
|
|
|
|
Say N if unsure.
|
2012-05-09 15:27:19 +02:00
|
|
|
|
2012-05-09 15:27:20 +02:00
|
|
|
if IPACK_BUS
|
|
|
|
|
2012-11-16 17:14:18 +01:00
|
|
|
source "drivers/ipack/carriers/Kconfig"
|
2012-05-09 15:27:20 +02:00
|
|
|
|
2012-11-16 17:14:18 +01:00
|
|
|
source "drivers/ipack/devices/Kconfig"
|
2012-05-11 10:17:11 +02:00
|
|
|
|
2012-05-09 15:27:20 +02:00
|
|
|
endif # IPACK
|