summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-09-07 06:07:21 +0100
committerAndrew de Quincey <adq_dvb@lidskialf.net>2006-09-07 06:07:21 +0100
commit096c1eda1219da064179b5e8226fb8e507b87284 (patch)
tree03ee847e7a810533eecdedd88fc76da8f686720b /linux
parentc68391a0174c4ec59e46866157eb14204d4ee033 (diff)
downloadmediapointer-dvb-s2-096c1eda1219da064179b5e8226fb8e507b87284.tar.gz
mediapointer-dvb-s2-096c1eda1219da064179b5e8226fb8e507b87284.tar.bz2
Add module-init-tools version comment.
From: Andrew de Quincey <adq_dvb@lidskialf.net> I've just determined that module-init-tools >=3.2 is needed for dvb_attach to work. This adds a comment to Kconfig about it. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/dvb-core/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Kconfig b/linux/drivers/media/dvb/dvb-core/Kconfig
index 785388061..e46eae3b9 100644
--- a/linux/drivers/media/dvb/dvb-core/Kconfig
+++ b/linux/drivers/media/dvb/dvb-core/Kconfig
@@ -19,4 +19,6 @@ config DVB_CORE_ATTACH
allow the card drivers to only load the frontend modules
they require. This saves several KBytes of memory.
+ Note: You will need moudule-init-tools v3.2 or later for this feature.
+
If unsure say Y.