linux-stable/drivers/staging/ipack/Kconfig
Samuel Iglesias Gonsalvez 55dfd881f1 Staging: ipack: added more info in Kconfig's help about ipack
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-14 13:41:29 -07:00

20 lines
506 B
Text

#
# 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