75b5e4d Don't customise tuners or frontends

Authored and Committed by Mauro Carvalho Chehab 11 years ago
1 file changed. 14 lines added. 113 lines removed.
    Don't customise tuners or frontends
    
    The option to customise tuners/frontends are there to allow
    embedded systems or advanced users that compile their own
    kernels to disable I2C modules that aren't used by their
    specific device. When those options are not selected, the
    building system will automatically select the modules that
    are needed by each DVB device.
    
    The end result is that dummy frontends used only for testing,
    like DVB_DUMMY_FE won't be selected.
    
    Also, when newer frontends are added (and they're added all
    the times), the new ones will automatically be selected, if
    the bridge drivers that support them are selected.
    
    This also makes the configuration simpler to understand.
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
    
        
file modified
+14 -113