blob: fb30091dece31e6a1ee9e8528eab9e2b8bac99ae [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Samuel Iglesias Gonsalvezd3465872012-05-09 15:27:19 +02002#
3# IPACK configuration.
4#
5
6menuconfig IPACK_BUS
7 tristate "IndustryPack bus support"
Jens Taprogge7953e442012-09-06 21:45:18 +02008 depends on HAS_IOMEM
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09009 help
Jens Taprogge26c295c2012-09-27 12:37:40 +020010 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.
Samuel Iglesias Gonsalvezd3465872012-05-09 15:27:19 +020018
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020019if IPACK_BUS
20
Greg Kroah-Hartman05e50272012-11-16 08:14:18 -080021source "drivers/ipack/carriers/Kconfig"
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020022
Greg Kroah-Hartman05e50272012-11-16 08:14:18 -080023source "drivers/ipack/devices/Kconfig"
Samuel Iglesias Gonsalvezfc36f072012-05-11 10:17:11 +020024
Samuel Iglesias Gonsalvez0eeca142012-05-09 15:27:20 +020025endif # IPACK