The patch number 10896 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Mauro Carvalho Chehab <[email protected]>
/frontends/Kconfig: Move af9013 Kconfig option to its proper place
af9013 is not a development tool. It is, instead, a DVB-T module.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
linux/drivers/media/dvb/frontends/Kconfig | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff -r 545084269a3a -r 02a2f17d0ef1 linux/drivers/media/dvb/frontends/Kconfig
--- a/linux/drivers/media/dvb/frontends/Kconfig Mon Mar 09 23:04:43 2009 -0300
+++ b/linux/drivers/media/dvb/frontends/Kconfig Tue Mar 10 00:49:58 2009 -0300
@@ -3,7 +3,7 @@ config DVB_FE_CUSTOMISE
depends on DVB_CORE
default N
help
- This allows the user to select/deselect frontend drivers for their
+ This allows the user to select/deselect frontend drivers for their
hardware from the build.
Use this option with care as deselecting frontends which are in fact
@@ -14,7 +14,7 @@ config DVB_FE_CUSTOMISE
if DVB_FE_CUSTOMISE
-menu "Customise DVB Frontends"
+menu "Customise DVB Frontends"
comment "Multistandard (satellite) frontends"
depends on DVB_CORE
@@ -312,6 +312,13 @@ config DVB_TDA10048
default m if DVB_FE_CUSTOMISE
help
A DVB-T tuner module. Say Y when you want to support this frontend.
+
+config DVB_AF9013
+ tristate "Afatech AF9013 demodulator"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ Say Y when you want to support this frontend.
comment "DVB-C (cable) frontends"
depends on DVB_CORE
@@ -503,13 +510,6 @@ config DVB_DUMMY_FE
config DVB_DUMMY_FE
tristate "Dummy frontend driver"
default n
-
-config DVB_AF9013
- tristate "Afatech AF9013 demodulator"
- depends on DVB_CORE && I2C
- default m if DVB_FE_CUSTOMISE
- help
- Say Y when you want to support this frontend.
endmenu
endif
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/02a2f17d0ef17872ccfec2bdf8e0795a8317aea6
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits