|
@@ -223,7 +223,9 @@ static struct dibx000_agc_config dib3000p_panasonic_agc_config = {
|
|
.agc2_slope2 = 0x1e,
|
|
.agc2_slope2 = 0x1e,
|
|
};
|
|
};
|
|
|
|
|
|
-#ifdef CONFIG_DVB_DIB3000MC
|
|
|
|
|
|
+#if defined(CONFIG_DVB_DIB3000MC) || \
|
|
|
|
+ (defined(CONFIG_DVB_DIB3000MC_MODULE) && defined(MODULE))
|
|
|
|
+
|
|
static struct dib3000mc_config mod3000p_dib3000p_config = {
|
|
static struct dib3000mc_config mod3000p_dib3000p_config = {
|
|
&dib3000p_panasonic_agc_config,
|
|
&dib3000p_panasonic_agc_config,
|
|
|
|
|