• Jean Delvare's avatar
    matroxfb: make CONFIG_FB_MATROX_MULTIHEAD=y mandatory · 0728bacb
    Jean Delvare authored
    I would like to get rid of option CONFIG_FB_MATROX_MULTIHEAD and just
    always enable it.  There are many reasons for doing this:
    
    * CONFIG_FB_MATROX_MULTIHEAD=y is what all x86 distributions do, so it
      definitely works or we would know by now.
    
    * Building the matroxfb driver with CONFIG_FB_MATROX_MULTIHEAD not set
      results in the following build warning:
    
    drivers/video/matrox/matroxfb_crtc2.c: In function 'matroxfb_dh_open':
    drivers/video/matrox/matroxfb_crtc2.c:265: warning: the address of 'matroxfb_global_mxinfo' will always evaluate as 'true'
    drivers/video/matrox/matroxfb_crtc2.c: In function 'matroxfb_dh_release':
    drivers/video/matrox/matroxfb_crtc2.c:285: warning: the address of 'matroxfb_global_mxinfo' will always evaluate as 'true'
    
    This is nothing to be worried about, the driver will work fine, but build
    warnings are still annoying.
    
    * The trick to get multihead support without CONFIG_FB_MATROX_MULTIHEAD,
      which is described in the config hel...
    0728bacb
Kconfig 65.6 KB