]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (10896): /frontends/Kconfig: Move af9013 Kconfig option to its proper place
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 10 Mar 2009 03:49:58 +0000 (00:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:13 +0000 (12:43 -0300)
af9013 is not a development tool. It is, instead, a DVB-T module.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/Kconfig

index f9a9273028a9f2b092522bddf39ae204ebf3791d..2887d3398fb808b29a6dd87119b68079b4d408f1 100644 (file)
@@ -313,6 +313,13 @@ config DVB_TDA10048
        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 @@ comment "Tools to develop new frontends"
 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