CHROMIUM: [media] rk3288-vpu: Add VP8 decoder to V4L2 API implementation
[firefly-linux-kernel-4.4.55.git] / drivers / media / dvb-frontends / or51132.h
index cdb5be3c65d630ab9eee3d93b4969c37998ffea8..9acf8dc87413283be5a55a00f6dc1446d72bf73f 100644 (file)
@@ -34,7 +34,7 @@ struct or51132_config
        int (*set_ts_params)(struct dvb_frontend* fe, int is_punctured);
 };
 
-#if IS_ENABLED(CONFIG_DVB_OR51132)
+#if IS_REACHABLE(CONFIG_DVB_OR51132)
 extern struct dvb_frontend* or51132_attach(const struct or51132_config* config,
                                           struct i2c_adapter* i2c);
 #else