Kconfig 664 B

12345678910111213141516171819202122232425
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # IPACK configuration.
  4. #
  5. menuconfig IPACK_BUS
  6. tristate "IndustryPack bus support"
  7. depends on HAS_IOMEM
  8. help
  9. This option provides support for the IndustryPack framework. There
  10. are IndustryPack carrier boards, which interface another bus (such as
  11. PCI) to an IndustryPack bus, and IndustryPack modules, that are
  12. hosted on these buses. While IndustryPack modules can provide a
  13. large variety of functionality, they are most often found in
  14. industrial control applications.
  15. Say N if unsure.
  16. if IPACK_BUS
  17. source "drivers/ipack/carriers/Kconfig"
  18. source "drivers/ipack/devices/Kconfig"
  19. endif # IPACK