From: Mauro Carvalho Chehab Date: Tue, 10 Mar 2009 03:49:58 +0000 (-0300) Subject: V4L/DVB (10896): /frontends/Kconfig: Move af9013 Kconfig option to its proper place X-Git-Tag: v2.6.30-rc1~621^2~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79a6650525755aaa3d30a9b6d8f9bc96788c1262;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index f9a9273..2887d33 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -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