1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 Copyright (C) Manu Abraham (abraham.manu@gmail.com)
11 struct tda665x_config
{
22 #if IS_REACHABLE(CONFIG_DVB_TDA665x)
24 extern struct dvb_frontend
*tda665x_attach(struct dvb_frontend
*fe
,
25 const struct tda665x_config
*config
,
26 struct i2c_adapter
*i2c
);
30 static inline struct dvb_frontend
*tda665x_attach(struct dvb_frontend
*fe
,
31 const struct tda665x_config
*config
,
32 struct i2c_adapter
*i2c
)
34 printk(KERN_WARNING
"%s: Driver disabled by Kconfig\n", __func__
);
38 #endif /* CONFIG_DVB_TDA665x */
40 #endif /* __TDA665x_H */