From: Andrew de Quincey Date: Thu, 7 Sep 2006 05:07:21 +0000 (-0300) Subject: V4L/DVB (4611): Add module-init-tools version comment. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8cd2ad3bb499ad684799b55ca10e260a9e2fd84;p=linux-beck.git V4L/DVB (4611): Add module-init-tools version comment. 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/dvb-core/Kconfig b/drivers/media/dvb/dvb-core/Kconfig index 7853880617fc..e46eae3b9be2 100644 --- a/drivers/media/dvb/dvb-core/Kconfig +++ b/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.