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