diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-04-02 16:21:07 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-04-02 16:22:59 -0400 |
commit | 23144e0c6309b842fbd9f1626aebf71924306569 (patch) | |
tree | 269a398aa9af3c519a0a47a286e2581dd7628091 | |
parent | 73ef18e3e333459ca2f4550601c3a8e7c8f4f03e (diff) | |
download | kernel-23144e0c6309b842fbd9f1626aebf71924306569.tar.gz kernel-23144e0c6309b842fbd9f1626aebf71924306569.tar.xz kernel-23144e0c6309b842fbd9f1626aebf71924306569.zip |
Enable CONFIG_FB_MATROX_G on powerpc
-rw-r--r-- | config-powerpc-generic | 1 | ||||
-rw-r--r-- | kernel.spec | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config-powerpc-generic b/config-powerpc-generic index 2ef1da559..b6df88ea8 100644 --- a/config-powerpc-generic +++ b/config-powerpc-generic @@ -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 diff --git a/kernel.spec b/kernel.spec index a18831d2e..082c9a705 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2271,6 +2271,9 @@ fi # ||----w | # || || %changelog +* Tue Apr 02 2013 Josh Boyer <jwboyer@redhat.com> +- Enable CONFIG_FB_MATROX_G on powerpc + * Tue Apr 02 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.0-0.rc5.git1.1 - Linux v3.9-rc5-108-g118c9a4 - Reenable debugging options. |