staging: ipack: Rename bridges to carriers.
[cascardo/linux.git] / drivers / staging / ipack / Kconfig
1 #
2 # IPACK configuration.
3 #
4
5 menuconfig IPACK_BUS
6         tristate "IndustryPack bus support"
7         depends on HAS_IOMEM
8         ---help---
9           If you say Y here you get support for the IndustryPack Framework
10           for drivers for many types of boards that support this industrial
11           bus. The IndustryPack Framework is a virtual bus allowing to
12           communicate between carrier and mezzanine cards connected through
13           this bus.
14
15 if IPACK_BUS
16
17 source "drivers/staging/ipack/carriers/Kconfig"
18
19 source "drivers/staging/ipack/devices/Kconfig"
20
21 endif # IPACK