diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 14 |
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 | ||
316 | config 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 | |||
316 | comment "DVB-C (cable) frontends" | 323 | comment "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" | |||
503 | config DVB_DUMMY_FE | 510 | config DVB_DUMMY_FE |
504 | tristate "Dummy frontend driver" | 511 | tristate "Dummy frontend driver" |
505 | default n | 512 | default n |
506 | |||
507 | config 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. | ||
513 | endmenu | 513 | endmenu |
514 | 514 | ||
515 | endif | 515 | endif |