| 
									
										
										
										
											2011-07-20 19:52:49 -03:00
										 |  |  | #ifndef __MT2063_H__
 | 
					
						
							|  |  |  | #define __MT2063_H__
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "dvb_frontend.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct mt2063_config { | 
					
						
							|  |  |  | 	u8 tuner_address; | 
					
						
							|  |  |  | 	u32 refclock; | 
					
						
							| 
									
										
										
										
											2011-07-20 19:48:59 -03:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-20 01:32:56 -03:00
										 |  |  | #if IS_ENABLED(CONFIG_MEDIA_TUNER_MT2063)
 | 
					
						
							| 
									
										
										
										
											2011-07-20 20:58:25 -03:00
										 |  |  | struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe, | 
					
						
							|  |  |  | 				   struct mt2063_config *config, | 
					
						
							|  |  |  | 				   struct i2c_adapter *i2c); | 
					
						
							| 
									
										
										
										
											2011-07-20 19:48:59 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-20 19:52:49 -03:00
										 |  |  | static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe, | 
					
						
							| 
									
										
										
										
											2011-07-20 20:58:25 -03:00
										 |  |  | 				   struct mt2063_config *config, | 
					
						
							|  |  |  | 				   struct i2c_adapter *i2c) | 
					
						
							| 
									
										
										
										
											2011-07-20 19:48:59 -03:00
										 |  |  | { | 
					
						
							|  |  |  | 	printk(KERN_WARNING "%s: Driver disabled by Kconfig\n", __func__); | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-20 20:15:01 -03:00
										 |  |  | #endif /* CONFIG_DVB_MT2063 */
 | 
					
						
							| 
									
										
										
										
											2011-07-20 19:52:49 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-07-20 20:15:01 -03:00
										 |  |  | #endif /* __MT2063_H__ */
 |