Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1#
2# IPACK configuration.
3#
4
5menuconfig 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
15if IPACK_BUS
16
17source "drivers/staging/ipack/bridges/Kconfig"
18
19source "drivers/staging/ipack/devices/Kconfig"
20
21endif # IPACK