1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * NXP TDA18218HN silicon tuner driver
5 * Copyright (C) 2010 Antti Palosaari <crope@iki.fi>
11 #include <media/dvb_frontend.h>
13 struct tda18218_config {
19 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_TDA18218)
20 extern struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
21 struct i2c_adapter *i2c, struct tda18218_config *cfg);
23 static inline struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
24 struct i2c_adapter *i2c, struct tda18218_config *cfg)
26 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);