aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ipack/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ipack/Kconfig')
-rw-r--r--drivers/ipack/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/ipack/Kconfig b/drivers/ipack/Kconfig
new file mode 100644
index 00000000000..3949e558956
--- /dev/null
+++ b/drivers/ipack/Kconfig
@@ -0,0 +1,24 @@
1#
2# IPACK configuration.
3#
4
5menuconfig 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
16 Say N if unsure.
17
18if IPACK_BUS
19
20source "drivers/ipack/carriers/Kconfig"
21
22source "drivers/ipack/devices/Kconfig"
23
24endif # IPACK