summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda827x.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2008-04-30 02:38:46 +0200
committerMauro Carvalho Chehab2008-04-29 23:41:38 +0200
commit149ef72deeba57078216c9fa678baff392295853 (patch)
tree038cf488b424094b0dbe05a63a9cbb28f87eaaec /drivers/media/common/tuners/tda827x.h
parentFix V4L/DVB core help messages (diff)
downloadkernel-qcow2-linux-149ef72deeba57078216c9fa678baff392295853.tar.gz
kernel-qcow2-linux-149ef72deeba57078216c9fa678baff392295853.tar.xz
kernel-qcow2-linux-149ef72deeba57078216c9fa678baff392295853.zip
Rename common tuner Kconfig names to use the same
namespace for all of them.
Diffstat (limited to 'drivers/media/common/tuners/tda827x.h')
-rw-r--r--drivers/media/common/tuners/tda827x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/tda827x.h b/drivers/media/common/tuners/tda827x.h
index b73c23570dab..7850a9a1dc8f 100644
--- a/drivers/media/common/tuners/tda827x.h
+++ b/drivers/media/common/tuners/tda827x.h
@@ -51,7 +51,7 @@ struct tda827x_config
* @param cfg optional callback function pointers.
* @return FE pointer on success, NULL on failure.
*/
-#if defined(CONFIG_DVB_TDA827X) || (defined(CONFIG_DVB_TDA827X_MODULE) && defined(MODULE))
+#if defined(CONFIG_MEDIA_TUNER_TDA827X) || (defined(CONFIG_MEDIA_TUNER_TDA827X_MODULE) && defined(MODULE))
extern struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe, int addr,
struct i2c_adapter *i2c,
struct tda827x_config *cfg);
@@ -64,6 +64,6 @@ static inline struct dvb_frontend* tda827x_attach(struct dvb_frontend *fe,
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;
}
-#endif // CONFIG_DVB_TDA827X
+#endif // CONFIG_MEDIA_TUNER_TDA827X
#endif // __DVB_TDA827X_H__