• Antonino Daplas's avatar
    [PATCH] matroxfb: FB_MATROX_G Kconfig changes · db8f4702
    Antonino Daplas authored
    The current Kconfig entries for the Matrox G cards are quite confusing:
    
      config FB_MATROX_G450
              bool "G100/G200/G400/G450/G550 support"
              depends on FB_MATROX
    
      config FB_MATROX_G100A
              bool "G100/G200/G400 support"
              depends on FB_MATROX && !FB_MATROX_G450
    
      The patch below contains:
      - remove FB_MATROX_G100{,A} and rename FB_MATROX_G to FB_MATROX_G450
        (FB_MATROX_G450 included support from the G100 to the G550, so
         I don't see any non-historic reason why to call it G450)
      - small update for the FB_MATROX_G Kconfig text
    
      The disadvantage of this patch is, that you can no longer select support
      only for the G100-G400 without supporting the G450 and G550. But
      compared with the current confusing Kconfig setup, I don't think that's
      a big issue.
    Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
    Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    db8f4702
Makefile 548 Bytes