Kconfig 630 B

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