2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-05-09 13:27:19 +00:00
|
|
|
#
|
|
|
|
# IPACK configuration.
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig IPACK_BUS
|
|
|
|
tristate "IndustryPack bus support"
|
2012-09-06 19:45:18 +00:00
|
|
|
depends on HAS_IOMEM
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2012-09-27 10:37:40 +00: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 13:27:19 +00:00
|
|
|
|
2012-05-09 13:27:20 +00:00
|
|
|
if IPACK_BUS
|
|
|
|
|
2012-11-16 16:14:18 +00:00
|
|
|
source "drivers/ipack/carriers/Kconfig"
|
2012-05-09 13:27:20 +00:00
|
|
|
|
2012-11-16 16:14:18 +00:00
|
|
|
source "drivers/ipack/devices/Kconfig"
|
2012-05-11 08:17:11 +00:00
|
|
|
|
2012-05-09 13:27:20 +00:00
|
|
|
endif # IPACK
|