Enable CONFIG_FB_MATROX_G on powerpc

This commit is contained in:
Josh Boyer 2013-04-02 16:21:07 -04:00
commit d837c754a7
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,7 @@ CONFIG_FB_OF=y
# CONFIG_FB_CONTROL is not set
CONFIG_FB_IBM_GXT4500=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_G=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY_BACKLIGHT=y

View file

@ -2284,6 +2284,9 @@ fi
# and build.
%changelog
* Tue Apr 02 2013 Josh Boyer <jwboyer@redhat.com>
- Enable CONFIG_FB_MATROX_G on powerpc
* Tue Apr 02 2013 Neil Horman <nhorman@redhat.com>
- Fix dma debug error on unmap (rhbz 928024)