From: Stefan Richter Date: Fri, 25 Jul 2008 14:24:19 +0000 (+0200) Subject: firewire: state userland requirements in Kconfig help X-Git-Tag: v2.6.27-rc1~54^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f05e21b39f7dddcebab03ff329fef5783fea58d4;p=karo-tx-linux.git firewire: state userland requirements in Kconfig help Signed-off-by: Stefan Richter --- diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 76f26710fc16..fa6d6abefd4d 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig @@ -16,8 +16,13 @@ config FIREWIRE enable the new stack. To compile this driver as a module, say M here: the module will be - called firewire-core. It functionally replaces ieee1394, raw1394, - and video1394. + called firewire-core. + + This module functionally replaces ieee1394, raw1394, and video1394. + To access it from application programs, you generally need at least + libraw1394 version 2. IIDC/DCAM applications also need libdc1394 + version 2. No libraries are required to access storage devices + through the firewire-sbp2 driver. config FIREWIRE_OHCI tristate "OHCI-1394 controllers"