summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-03-10 00:49:58 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-10 00:49:58 -0300
commitcc7dac29c9d92dd6beeb364950c93682d25e997e (patch)
treea778cfe4b99c4211e4eab5cfb766ad6e25acfe12 /linux/drivers/media/dvb/frontends
parent1dc806d561a18de7526fd0b710360fc3e5c14aa0 (diff)
downloadmediapointer-dvb-s2-cc7dac29c9d92dd6beeb364950c93682d25e997e.tar.gz
mediapointer-dvb-s2-cc7dac29c9d92dd6beeb364950c93682d25e997e.tar.bz2
/frontends/Kconfig: Move af9013 Kconfig option to its proper place
From: Mauro Carvalho Chehab <mchehab@redhat.com> af9013 is not a development tool. It is, instead, a DVB-T module. Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r--linux/drivers/media/dvb/frontends/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig
index 3205e302d..2887d3398 100644
--- a/linux/drivers/media/dvb/frontends/Kconfig
+++ b/linux/drivers/media/dvb/frontends/Kconfig
@@ -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
@@ -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