1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 Driver for Zarlink ZL10039 DVB-S tuner
5 Copyright (C) 2007 Jan D. Louw <jd.louw@mweb.co.za>
12 #if IS_REACHABLE(CONFIG_DVB_ZL10039)
13 struct dvb_frontend
*zl10039_attach(struct dvb_frontend
*fe
,
15 struct i2c_adapter
*i2c
);
17 static inline struct dvb_frontend
*zl10039_attach(struct dvb_frontend
*fe
,
19 struct i2c_adapter
*i2c
)
21 printk(KERN_WARNING
"%s: driver disabled by Kconfig\n", __func__
);
24 #endif /* CONFIG_DVB_ZL10039 */
26 #endif /* ZL10039_H */