[kernel] Enable FB options for qemu vexpress on unified

Peter Robinson pbrobinson at fedoraproject.org
Mon Jan 28 00:47:32 UTC 2013


commit f28d195902b8d17638a573bb84fd01cda650cd38
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jan 28 00:47:14 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 e4ffa98..da8399a 100644
--- a/config-armv7
+++ b/config-armv7
@@ -169,7 +169,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 38688b7..1ec1e91 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2317,6 +2317,7 @@ fi
 * Sun Jan 27 2013 Peter Robinson <pbrobinson at fedoraproject.org>
 - Reenable perf on ARM (was suppose to be temporary)
 - Build and package dtbs on ARM
+- Enable FB options for qemu vexpress on unified
 
 * Fri Jan 25 2013 Kyle McMartin <kmcmarti at redhat.com>
 - Sign all modules with the mod-extra-sign.sh script, ensures nothing gets


More information about the scm-commits mailing list