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