1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

Enable OProfile for MX31 ADS.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3918 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bradford
2008-03-05 11:54:05 +00:00
parent bba360356e
commit a31ec3d0f6
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -1,6 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Linux kernel version: 2.6.22.6 # Linux kernel version: 2.6.22.6
# Wed Mar 5 11:51:51 2008
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -220,7 +221,7 @@ CONFIG_ISA=y
CONFIG_PREEMPT=y CONFIG_PREEMPT=y
CONFIG_HZ=100 CONFIG_HZ=100
CONFIG_AEABI=y CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set CONFIG_OABI_COMPAT=y
# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
CONFIG_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y CONFIG_FLATMEM_MANUAL=y
@@ -251,6 +252,8 @@ CONFIG_CMDLINE="noinitrd console=ttymxc0 root=/dev/mtdblock2 rw ip=off"
# #
# At least one emulation must be selected # At least one emulation must be selected
# #
# CONFIG_FPE_NWFPE is not set
# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y CONFIG_VFP=y
# #
@@ -1540,7 +1543,11 @@ CONFIG_NLS_UTF8=m
# #
# Profiling support # Profiling support
# #
# CONFIG_PROFILING is not set CONFIG_PROFILING=y
CONFIG_OPROFILE=y
CONFIG_OPROFILE_ARMV6=y
CONFIG_OPROFILE_ARM11_CORE=y
CONFIG_OPROFILE_ARM11_EVTMON=y
# #
# Kernel hacking # Kernel hacking
+1 -1
View File
@@ -1,5 +1,5 @@
require linux-mx31.inc require linux-mx31.inc
PR = "r1" PR = "r2"
FILESDIR = "${WORKDIR}" FILESDIR = "${WORKDIR}"