summaryrefslogtreecommitdiff
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorRobert Bradford <rob@openedhand.com>2008-03-05 11:54:05 +0000
committerRobert Bradford <rob@openedhand.com>2008-03-05 11:54:05 +0000
commita31ec3d0f61846fe89284443c93adfb6a7b5bcf2 (patch)
tree5595b3089470e93bcec9c816f206f2879fa51afe /meta/packages/linux
parentbba360356e97488cdf5299a23739d627904fbd4c (diff)
downloadopenembedded-core-a31ec3d0f61846fe89284443c93adfb6a7b5bcf2.tar.gz
openembedded-core-a31ec3d0f61846fe89284443c93adfb6a7b5bcf2.tar.bz2
openembedded-core-a31ec3d0f61846fe89284443c93adfb6a7b5bcf2.tar.xz
openembedded-core-a31ec3d0f61846fe89284443c93adfb6a7b5bcf2.zip
Enable OProfile for MX31 ADS.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3918 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads11
-rw-r--r--meta/packages/linux/linux-mx31_2.6.22.6.bb2
2 files changed, 10 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
index f219aa6d5..72a1537f8 100644
--- a/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
+++ b/meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads
@@ -1,6 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22.6
+# Wed Mar 5 11:51:51 2008
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -220,7 +221,7 @@ CONFIG_ISA=y
CONFIG_PREEMPT=y
CONFIG_HZ=100
CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
+CONFIG_OABI_COMPAT=y
# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
CONFIG_SELECT_MEMORY_MODEL=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
#
+# CONFIG_FPE_NWFPE is not set
+# CONFIG_FPE_FASTFPE is not set
CONFIG_VFP=y
#
@@ -1540,7 +1543,11 @@ CONFIG_NLS_UTF8=m
#
# 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
diff --git a/meta/packages/linux/linux-mx31_2.6.22.6.bb b/meta/packages/linux/linux-mx31_2.6.22.6.bb
index 5b3e02e1c..42890674c 100644
--- a/meta/packages/linux/linux-mx31_2.6.22.6.bb
+++ b/meta/packages/linux/linux-mx31_2.6.22.6.bb
@@ -1,5 +1,5 @@
require linux-mx31.inc
-PR = "r1"
+PR = "r2"
FILESDIR = "${WORKDIR}"