David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # IPACK configuration. |
| 4 | # |
| 5 | |
| 6 | menuconfig IPACK_BUS |
| 7 | tristate "IndustryPack bus support" |
| 8 | depends on HAS_IOMEM |
| 9 | ---help--- |
| 10 | This option provides support for the IndustryPack framework. There |
| 11 | are IndustryPack carrier boards, which interface another bus (such as |
| 12 | PCI) to an IndustryPack bus, and IndustryPack modules, that are |
| 13 | hosted on these buses. While IndustryPack modules can provide a |
| 14 | large variety of functionality, they are most often found in |
| 15 | industrial control applications. |
| 16 | |
| 17 | Say N if unsure. |
| 18 | |
| 19 | if IPACK_BUS |
| 20 | |
| 21 | source "drivers/ipack/carriers/Kconfig" |
| 22 | |
| 23 | source "drivers/ipack/devices/Kconfig" |
| 24 | |
| 25 | endif # IPACK |