xref: /linux/drivers/ipack/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
205e5027eSGreg Kroah-Hartman#
305e5027eSGreg Kroah-Hartman# IPACK configuration.
405e5027eSGreg Kroah-Hartman#
505e5027eSGreg Kroah-Hartman
605e5027eSGreg Kroah-Hartmanmenuconfig IPACK_BUS
705e5027eSGreg Kroah-Hartman	tristate "IndustryPack bus support"
805e5027eSGreg Kroah-Hartman	depends on HAS_IOMEM
9*a7f7f624SMasahiro Yamada	help
1005e5027eSGreg Kroah-Hartman	  This option provides support for the IndustryPack framework.  There
1105e5027eSGreg Kroah-Hartman	  are IndustryPack carrier boards, which interface another bus (such as
1205e5027eSGreg Kroah-Hartman	  PCI) to an IndustryPack bus, and IndustryPack modules, that are
1305e5027eSGreg Kroah-Hartman	  hosted on these buses.  While IndustryPack modules can provide a
1405e5027eSGreg Kroah-Hartman	  large variety of functionality, they are most often found in
1505e5027eSGreg Kroah-Hartman	  industrial control applications.
1605e5027eSGreg Kroah-Hartman
1705e5027eSGreg Kroah-Hartman	  Say N if unsure.
1805e5027eSGreg Kroah-Hartman
1905e5027eSGreg Kroah-Hartmanif IPACK_BUS
2005e5027eSGreg Kroah-Hartman
2105e5027eSGreg Kroah-Hartmansource "drivers/ipack/carriers/Kconfig"
2205e5027eSGreg Kroah-Hartman
2305e5027eSGreg Kroah-Hartmansource "drivers/ipack/devices/Kconfig"
2405e5027eSGreg Kroah-Hartman
2505e5027eSGreg Kroah-Hartmanendif # IPACK
26