diff options
author | Robert Bradford <rob@openedhand.com> | 2008-03-05 11:54:05 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-03-05 11:54:05 +0000 |
commit | a31ec3d0f61846fe89284443c93adfb6a7b5bcf2 (patch) | |
tree | 5595b3089470e93bcec9c816f206f2879fa51afe /meta | |
parent | bba360356e97488cdf5299a23739d627904fbd4c (diff) | |
download | poky-a31ec3d0f61846fe89284443c93adfb6a7b5bcf2.tar.gz |
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')
-rw-r--r-- | meta/packages/linux/linux-mx31-2.6.22.6/defconfig-mx31ads | 11 | ||||
-rw-r--r-- | meta/packages/linux/linux-mx31_2.6.22.6.bb | 2 |
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 f219aa6d58..72a1537f8c 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 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.22.6 | 3 | # Linux kernel version: 2.6.22.6 |
4 | # Wed Mar 5 11:51:51 2008 | ||
4 | # | 5 | # |
5 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
6 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -220,7 +221,7 @@ CONFIG_ISA=y | |||
220 | CONFIG_PREEMPT=y | 221 | CONFIG_PREEMPT=y |
221 | CONFIG_HZ=100 | 222 | CONFIG_HZ=100 |
222 | CONFIG_AEABI=y | 223 | CONFIG_AEABI=y |
223 | # CONFIG_OABI_COMPAT is not set | 224 | CONFIG_OABI_COMPAT=y |
224 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 225 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set |
225 | CONFIG_SELECT_MEMORY_MODEL=y | 226 | CONFIG_SELECT_MEMORY_MODEL=y |
226 | CONFIG_FLATMEM_MANUAL=y | 227 | CONFIG_FLATMEM_MANUAL=y |
@@ -251,6 +252,8 @@ CONFIG_CMDLINE="noinitrd console=ttymxc0 root=/dev/mtdblock2 rw ip=off" | |||
251 | # | 252 | # |
252 | # At least one emulation must be selected | 253 | # At least one emulation must be selected |
253 | # | 254 | # |
255 | # CONFIG_FPE_NWFPE is not set | ||
256 | # CONFIG_FPE_FASTFPE is not set | ||
254 | CONFIG_VFP=y | 257 | CONFIG_VFP=y |
255 | 258 | ||
256 | # | 259 | # |
@@ -1540,7 +1543,11 @@ CONFIG_NLS_UTF8=m | |||
1540 | # | 1543 | # |
1541 | # Profiling support | 1544 | # Profiling support |
1542 | # | 1545 | # |
1543 | # CONFIG_PROFILING is not set | 1546 | CONFIG_PROFILING=y |
1547 | CONFIG_OPROFILE=y | ||
1548 | CONFIG_OPROFILE_ARMV6=y | ||
1549 | CONFIG_OPROFILE_ARM11_CORE=y | ||
1550 | CONFIG_OPROFILE_ARM11_EVTMON=y | ||
1544 | 1551 | ||
1545 | # | 1552 | # |
1546 | # Kernel hacking | 1553 | # 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 5b3e02e1c8..42890674cd 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 @@ | |||
1 | require linux-mx31.inc | 1 | require linux-mx31.inc |
2 | PR = "r1" | 2 | PR = "r2" |
3 | 3 | ||
4 | FILESDIR = "${WORKDIR}" | 4 | FILESDIR = "${WORKDIR}" |
5 | 5 | ||