kraxel / rpms / kernel

Forked from rpms/kernel 2 years ago
Clone

b215119 Don't customise tuners or frontends

Authored and Committed by Mauro Carvalho Chehab 12 years ago
    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
+3 -101