Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[linux-2.6-block.git] / drivers / ipack / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d3465872
SIG
2#
3# IPACK configuration.
4#
5
6menuconfig IPACK_BUS
7 tristate "IndustryPack bus support"
7953e44c 8 depends on HAS_IOMEM
d3465872 9 ---help---
26c295cb
JT
10 This option provides support for the IndustryPack framework. There
11 are IndustryPack carrier boards, which interface another bus (such as
12 PCI) to an IndustryPack bus, and IndustryPack modules, that are
13 hosted on these buses. While IndustryPack modules can provide a
14 large variety of functionality, they are most often found in
15 industrial control applications.
16
17 Say N if unsure.
d3465872 18
0eeca14f
SIG
19if IPACK_BUS
20
05e5027e 21source "drivers/ipack/carriers/Kconfig"
0eeca14f 22
05e5027e 23source "drivers/ipack/devices/Kconfig"
fc36f073 24
0eeca14f 25endif # IPACK