0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # IPACK configuration.
0004 #
0005
0006 menuconfig IPACK_BUS
0007 tristate "IndustryPack bus support"
0008 depends on HAS_IOMEM
0009 help
0010 This option provides support for the IndustryPack framework. There
0011 are IndustryPack carrier boards, which interface another bus (such as
0012 PCI) to an IndustryPack bus, and IndustryPack modules, that are
0013 hosted on these buses. While IndustryPack modules can provide a
0014 large variety of functionality, they are most often found in
0015 industrial control applications.
0016
0017 Say N if unsure.
0018
0019 if IPACK_BUS
0020
0021 source "drivers/ipack/carriers/Kconfig"
0022
0023 source "drivers/ipack/devices/Kconfig"
0024
0025 endif # IPACK