aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-09 23:49:58 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:13 -0400
commit79a6650525755aaa3d30a9b6d8f9bc96788c1262 (patch)
treea9733470f05722b2b6d22b9d853bcebe751bd1a9 /drivers/media
parentb24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4 (diff)
V4L/DVB (10896): /frontends/Kconfig: Move af9013 Kconfig option to its proper place
af9013 is not a development tool. It is, instead, a DVB-T module. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index f9a9273028a9..2887d3398fb8 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -313,6 +313,13 @@ config DVB_TDA10048
313 help 313 help
314 A DVB-T tuner module. Say Y when you want to support this frontend. 314 A DVB-T tuner module. Say Y when you want to support this frontend.
315 315
316config DVB_AF9013
317 tristate "Afatech AF9013 demodulator"
318 depends on DVB_CORE && I2C
319 default m if DVB_FE_CUSTOMISE
320 help
321 Say Y when you want to support this frontend.
322
316comment "DVB-C (cable) frontends" 323comment "DVB-C (cable) frontends"
317 depends on DVB_CORE 324 depends on DVB_CORE
318 325
@@ -503,13 +510,6 @@ comment "Tools to develop new frontends"
503config DVB_DUMMY_FE 510config DVB_DUMMY_FE
504 tristate "Dummy frontend driver" 511 tristate "Dummy frontend driver"
505 default n 512 default n
506
507config DVB_AF9013
508 tristate "Afatech AF9013 demodulator"
509 depends on DVB_CORE && I2C
510 default m if DVB_FE_CUSTOMISE
511 help
512 Say Y when you want to support this frontend.
513endmenu 513endmenu
514 514
515endif 515endif