2012-05-09 07:27:19 -06:00
|
|
|
#
|
|
|
|
# IPACK configuration.
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig IPACK_BUS
|
|
|
|
tristate "IndustryPack bus support"
|
2012-09-06 13:45:18 -06:00
|
|
|
depends on HAS_IOMEM
|
2012-05-09 07:27:19 -06:00
|
|
|
---help---
|
2012-09-27 04:37:40 -06: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 07:27:19 -06:00
|
|
|
|
2012-05-09 07:27:20 -06:00
|
|
|
if IPACK_BUS
|
|
|
|
|
2012-11-16 09:14:18 -07:00
|
|
|
source "drivers/ipack/carriers/Kconfig"
|
2012-05-09 07:27:20 -06:00
|
|
|
|
2012-11-16 09:14:18 -07:00
|
|
|
source "drivers/ipack/devices/Kconfig"
|
2012-05-11 02:17:11 -06:00
|
|
|
|
2012-05-09 07:27:20 -06:00
|
|
|
endif # IPACK
|