1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Driver for the ST STV6111 tuner
5 * Copyright (C) 2014 Digital Devices GmbH
11 #if IS_REACHABLE(CONFIG_DVB_STV6111)
13 struct dvb_frontend
*stv6111_attach(struct dvb_frontend
*fe
,
14 struct i2c_adapter
*i2c
, u8 adr
);
18 static inline struct dvb_frontend
*stv6111_attach(struct dvb_frontend
*fe
,
19 struct i2c_adapter
*i2c
,
22 pr_warn("%s: Driver disabled by Kconfig\n", __func__
);
26 #endif /* CONFIG_DVB_STV6111 */
28 #endif /* _STV6111_H_ */