There was never any build-time dependency of the dib0700 usb module on the
dib0070 tuner module. Now that the build-time dependencies of dib0700 on
dib3000mc, dib7000p and dib7000m have been removed in the previous changesets,
we can enable DVB_FE_CUSTOMISE for these modules under config DVB_USB_DIB0700
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
 config DVB_USB_DIB0700
        tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
        depends on DVB_USB
-       select DVB_DIB7000P
-       select DVB_DIB7000M
-       select DVB_DIB3000MC
+       select DVB_DIB7000P if !DVB_FE_CUSTOMISE
+       select DVB_DIB7000M if !DVB_FE_CUSTOMISE
+       select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
        select DVB_S5H1411 if !DVB_FE_CUSTOMISE
-       select DVB_TUNER_DIB0070
+       select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
        select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
        select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMIZE
        select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE