]> Pileus Git - ~andy/linux/blob - drivers/staging/ipack/Kconfig
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
[~andy/linux] / drivers / staging / ipack / Kconfig
1 #
2 # IPACK configuration.
3 #
4
5 menuconfig IPACK_BUS
6         tristate "IndustryPack bus support"
7         ---help---
8           If you say Y here you get support for the IndustryPack Framework
9           for drivers for many types of boards that support this industrial
10           bus. The IndustryPack Framework is a virtual bus allowing to
11           communicate between carrier and mezzanine cards connected through
12           this bus.
13
14 if IPACK_BUS
15
16 source "drivers/staging/ipack/bridges/Kconfig"
17
18 source "drivers/staging/ipack/devices/Kconfig"
19
20 endif # IPACK