diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-09-07 06:07:21 +0100 |
---|---|---|
committer | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-09-07 06:07:21 +0100 |
commit | 096c1eda1219da064179b5e8226fb8e507b87284 (patch) | |
tree | 03ee847e7a810533eecdedd88fc76da8f686720b /linux | |
parent | c68391a0174c4ec59e46866157eb14204d4ee033 (diff) | |
download | mediapointer-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/Kconfig | 2 |
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. |