1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Fitipower FC0012 tuner driver - include
11 #include <media/dvb_frontend.h>
12 #include "fc001x-common.h"
14 struct fc0012_config {
23 enum fc001x_xtal_freq xtal_freq;
38 #if IS_REACHABLE(CONFIG_MEDIA_TUNER_FC0012)
39 extern struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
40 struct i2c_adapter *i2c,
41 const struct fc0012_config *cfg);
43 static inline struct dvb_frontend *fc0012_attach(struct dvb_frontend *fe,
44 struct i2c_adapter *i2c,
45 const struct fc0012_config *cfg)
47 pr_warn("%s: driver disabled by Kconfig\n", __func__);