소스 검색

V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynamic load for tuners

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab 17 년 전
부모
커밋
ba7cc365f5
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      drivers/media/common/tuners/Kconfig

+ 7 - 2
drivers/media/common/tuners/Kconfig

@@ -1,12 +1,17 @@
 config MEDIA_ATTACH
 config MEDIA_ATTACH
-	bool "Load and attach frontend driver modules as needed"
+	bool "Load and attach frontend and tuner driver modules as needed"
 	depends on DVB_CORE
 	depends on DVB_CORE
 	depends on MODULES
 	depends on MODULES
 	help
 	help
 	  Remove the static dependency of DVB card drivers on all
 	  Remove the static dependency of DVB card drivers on all
 	  frontend modules for all possible card variants. Instead,
 	  frontend modules for all possible card variants. Instead,
 	  allow the card drivers to only load the frontend modules
 	  allow the card drivers to only load the frontend modules
-	  they require. This saves several KBytes of memory.
+	  they require.
+
+	  Also, tuner module will automatically load a tuner driver
+	  when needed, for analog mode.
+
+	  This saves several KBytes of memory.
 
 
 	  Note: You will need module-init-tools v3.2 or later for this feature.
 	  Note: You will need module-init-tools v3.2 or later for this feature.