# SPDX-License-Identifier: GPL-2.0-only # # IPACK configuration. # menuconfig [31mCONFIG_IPACK_BUS[0m tristate "IndustryPack bus support" depends on [31mCONFIG_HAS_IOMEM[0m ---help--- This option provides support for the IndustryPack framework. There are IndustryPack carrier boards, which interface another bus (such as [31mCONFIG_PCI[0m) to an IndustryPack bus, and IndustryPack modules, that are hosted on these buses. While IndustryPack modules can provide a large variety of functionality, they are most often found in industrial control applications. Say N if unsure. if [31mCONFIG_IPACK_BUS[0m source "drivers/ipack/carriers/Kconfig" source "drivers/ipack/devices/Kconfig" endif # IPACK |