[kernel/f17] Enable FB options for qemu vexpress on unified

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 28 12:08:15 UTC 2013


commit 803c4f1115a382a3215ebec23e9d9c20818b76ad
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 28 11:25:09 2013 +0000

    Enable FB options for qemu vexpress on unified

 config-armv7 |    6 ++++++
 kernel.spec  |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/config-armv7 b/config-armv7
index f143f3d..4e1be85 100644
--- a/config-armv7
+++ b/config-armv7
@@ -160,7 +160,13 @@ CONFIG_OC_ETM=y
 CONFIG_SATA_HIGHBANK=m
 
 # versatile
+CONFIG_FB=y
 CONFIG_FB_ARMCLCD=m
+CONFIG_FB_CFB_COPYAREA=m
+CONFIG_FB_CFB_FILLRECT=m
+CONFIG_FB_CFB_IMAGEBLIT=m
+CONFIG_TOUCHSCREEN_ADS7846=m
+
 CONFIG_I2C_VERSATILE=m
 CONFIG_OC_ETM=y
 CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y
diff --git a/kernel.spec b/kernel.spec
index 469a6f3..6d3e0e8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2318,6 +2318,7 @@ fi
 %changelog
 * Sun Jan 27 2013 Peter Robinson <pbrobinson at fedoraproject.org>
 - Build and package dtbs on ARM
+- Enable FB options for qemu vexpress on unified
 
 * Fri Jan 25 2013 Justin M. Forbes <jforbes at redhat.com>
 - Turn off THP for 32bit


More information about the scm-commits mailing list