[kernel] Enable OMAP5 on ARM multiplatform

Peter Robinson pbrobinson at fedoraproject.org
Tue May 21 14:24:24 UTC 2013


commit 9dde12dcaabd8979956e5072c650199d2f10f481
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue May 21 15:24:18 2013 +0100

    Enable OMAP5 on ARM multiplatform

 config-armv7 |    3 ++-
 kernel.spec  |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/config-armv7 b/config-armv7
index 3eea745..99b9b48 100644
--- a/config-armv7
+++ b/config-armv7
@@ -80,7 +80,7 @@ CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
 # CONFIG_ARCH_OMAP2 is not set
 CONFIG_ARCH_OMAP3=y
 CONFIG_ARCH_OMAP4=y
-# CONFIG_SOC_OMAP5 is not set
+CONFIG_SOC_OMAP5=y
 # CONFIG_SOC_OMAP2420 is not set
 # CONFIG_SOC_OMAP2430 is not set
 CONFIG_SOC_OMAP3430=y
@@ -114,6 +114,7 @@ CONFIG_MACH_TI8148EVM=y
 CONFIG_MACH_OMAP_4430SDP=y
 CONFIG_MACH_OMAP4_PANDA=y
 
+CONFIG_SOC_HAS_REALTIME_COUNTER=y
 CONFIG_OMAP_RESET_CLOCKS=y
 CONFIG_OMAP_MUX=y
 CONFIG_OMAP_MUX_WARNINGS=y
diff --git a/kernel.spec b/kernel.spec
index ad248d5..45ce60b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2225,6 +2225,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue May 21 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Enable OMAP5 on ARM multiplatform
+
 * Tue May 21 2013 Kyle McMartin <kmcmartin at redhat.com> - 3.10.0-0.rc2.git0.2
 - Disable debugging options.
 


More information about the scm-commits mailing list