diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-09-16 07:27:26 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-09-16 07:27:26 +0200 |
commit | 01e50c593e2dc6baae3aeeb12bc9167a1c60dce7 (patch) | |
tree | 8fc424d8ac6a21b77d6a180db59abe5854c36466 /arch | |
parent | cdba15115751301e245beb6bb3bf4ee9e62a2584 (diff) |
colibri_vf50: enable CPU idle, NEON, ASRC and printk time
Enable CPU idle to be able to test the power management functionality.
Enable NEON to avoid crashing with our NEON enabled oe-core rootfs.
Enable the Asynchronous Sample Rate Converter (ASRC) which is actually
available on Vybrids.
Enable printk time now with the clock function being fixed thanks to
9195c464ad84836d85aa73aef384fe4382f7770d.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/colibri_vf50_defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/configs/colibri_vf50_defconfig b/arch/arm/configs/colibri_vf50_defconfig index b512678e042b..db967d361908 100644 --- a/arch/arm/configs/colibri_vf50_defconfig +++ b/arch/arm/configs/colibri_vf50_defconfig @@ -45,7 +45,9 @@ CONFIG_AEABI=y CONFIG_HIGHMEM=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 +CONFIG_CPU_IDLE=y CONFIG_VFP=y +CONFIG_NEON=y CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y @@ -262,6 +264,7 @@ CONFIG_STAGING=y CONFIG_IIO=y # CONFIG_MXC_HMP4E is not set # CONFIG_MXC_HWEVENT is not set +CONFIG_MXC_ASRC=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y @@ -298,8 +301,7 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ASCII=m CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=m -# Does not seem to work right -# CONFIG_PRINTK_TIME=y +CONFIG_PRINTK_TIME=y CONFIG_MAGIC_SYSRQ=y CONFIG_FTRACE=y CONFIG_CRYPTO_SHA256=y |