Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / ipack / Kconfig
CommitLineData
d3465872
SIG
1#
2# IPACK configuration.
3#
4
5menuconfig IPACK_BUS
6 tristate "IndustryPack bus support"
7953e44c 7 depends on HAS_IOMEM
d3465872 8 ---help---
55dfd881
SIG
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.
d3465872 14
0eeca14f
SIG
15if IPACK_BUS
16
17source "drivers/staging/ipack/bridges/Kconfig"
18
fc36f073
SIG
19source "drivers/staging/ipack/devices/Kconfig"
20
0eeca14f 21endif # IPACK