Enable OMAP5 on ARM multiplatform

This commit is contained in:
Peter Robinson 2013-05-21 15:24:18 +01:00
parent 78b8bdc3dd
commit 9dde12dcaa
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -2225,6 +2225,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue May 21 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Enable OMAP5 on ARM multiplatform
* Tue May 21 2013 Kyle McMartin <kmcmartin@redhat.com> - 3.10.0-0.rc2.git0.2
- Disable debugging options.