xref: /linux/drivers/ipack/Kconfig (revision 05e5027efc9c0bb6d1d04cde279afbafca0a7929)
1*05e5027eSGreg Kroah-Hartman#
2*05e5027eSGreg Kroah-Hartman# IPACK configuration.
3*05e5027eSGreg Kroah-Hartman#
4*05e5027eSGreg Kroah-Hartman
5*05e5027eSGreg Kroah-Hartmanmenuconfig IPACK_BUS
6*05e5027eSGreg Kroah-Hartman	tristate "IndustryPack bus support"
7*05e5027eSGreg Kroah-Hartman	depends on HAS_IOMEM
8*05e5027eSGreg Kroah-Hartman	---help---
9*05e5027eSGreg Kroah-Hartman	  This option provides support for the IndustryPack framework.  There
10*05e5027eSGreg Kroah-Hartman	  are IndustryPack carrier boards, which interface another bus (such as
11*05e5027eSGreg Kroah-Hartman	  PCI) to an IndustryPack bus, and IndustryPack modules, that are
12*05e5027eSGreg Kroah-Hartman	  hosted on these buses.  While IndustryPack modules can provide a
13*05e5027eSGreg Kroah-Hartman	  large variety of functionality, they are most often found in
14*05e5027eSGreg Kroah-Hartman	  industrial control applications.
15*05e5027eSGreg Kroah-Hartman
16*05e5027eSGreg Kroah-Hartman	  Say N if unsure.
17*05e5027eSGreg Kroah-Hartman
18*05e5027eSGreg Kroah-Hartmanif IPACK_BUS
19*05e5027eSGreg Kroah-Hartman
20*05e5027eSGreg Kroah-Hartmansource "drivers/ipack/carriers/Kconfig"
21*05e5027eSGreg Kroah-Hartman
22*05e5027eSGreg Kroah-Hartmansource "drivers/ipack/devices/Kconfig"
23*05e5027eSGreg Kroah-Hartman
24*05e5027eSGreg Kroah-Hartmanendif # IPACK
25