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>
This commit is contained in:
parent
b24c20cc5b
commit
79a6650525
1 changed files with 7 additions and 7 deletions
|
@ -313,6 +313,13 @@ config DVB_TDA10048
|
||||||
help
|
help
|
||||||
A DVB-T tuner module. Say Y when you want to support this frontend.
|
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"
|
comment "DVB-C (cable) frontends"
|
||||||
depends on DVB_CORE
|
depends on DVB_CORE
|
||||||
|
|
||||||
|
@ -503,13 +510,6 @@ comment "Tools to develop new frontends"
|
||||||
config DVB_DUMMY_FE
|
config DVB_DUMMY_FE
|
||||||
tristate "Dummy frontend driver"
|
tristate "Dummy frontend driver"
|
||||||
default n
|
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
|
endmenu
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue