diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-05-11 04:17:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-14 16:41:29 -0400 |
commit | 55dfd881f1726fd2e79cfc1b7b22a893c44f9af4 (patch) | |
tree | 0e5da2a14db065b4764260d9f9ea68d790081bbe | |
parent | 32254363c2bb1a5384e8919ea706cf0355ecc2eb (diff) |
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>
-rw-r--r-- | drivers/staging/ipack/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/staging/ipack/Kconfig b/drivers/staging/ipack/Kconfig index 4f4b9d61ebca..af321789dddb 100644 --- a/drivers/staging/ipack/Kconfig +++ b/drivers/staging/ipack/Kconfig | |||
@@ -5,7 +5,11 @@ | |||
5 | menuconfig IPACK_BUS | 5 | menuconfig IPACK_BUS |
6 | tristate "IndustryPack bus support" | 6 | tristate "IndustryPack bus support" |
7 | ---help--- | 7 | ---help--- |
8 | If you say Y here you get support for the IndustryPack Framework. | 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. | ||
9 | 13 | ||
10 | if IPACK_BUS | 14 | if IPACK_BUS |
11 | 15 | ||