From 8163d3d0851efe7a7cc96c782329f491de92fa84 Mon Sep 17 00:00:00 2001 From: trem Date: Sun, 15 Dec 2013 21:06:48 +0100 Subject: [PATCH] apf27: update configuration - move kernel 3.8.3 to 3.12.5 - enable pwm_imx in the kernel configuration - add u-boot Acked-by: Eric Jarrige Acked-by: Julien Boibessot Signed-off-by: Philippe Reynes Signed-off-by: Peter Korsgaard --- .../apf27/{linux-3.8.config => linux-3.12.config} | 3 ++- configs/armadeus_apf27_defconfig | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) rename board/armadeus/apf27/{linux-3.8.config => linux-3.12.config} (99%) diff --git a/board/armadeus/apf27/linux-3.8.config b/board/armadeus/apf27/linux-3.12.config similarity index 99% rename from board/armadeus/apf27/linux-3.8.config rename to board/armadeus/apf27/linux-3.12.config index cff947b6d3..d2955cf00b 100644 --- a/board/armadeus/apf27/linux-3.8.config +++ b/board/armadeus/apf27/linux-3.12.config @@ -1,4 +1,3 @@ -CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y @@ -200,6 +199,8 @@ CONFIG_IMX_SDMA=y CONFIG_IMX_DMA=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=m +CONFIG_PWM=y +CONFIG_PWM_IMX=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_POSIX_ACL=y diff --git a/configs/armadeus_apf27_defconfig b/configs/armadeus_apf27_defconfig index 09d491c644..409476fd70 100644 --- a/configs/armadeus_apf27_defconfig +++ b/configs/armadeus_apf27_defconfig @@ -4,7 +4,7 @@ BR2_arm926t=y # Lock down headers to avoid breaking with new defaults BR2_KERNEL_HEADERS_VERSION=y -BR2_DEFAULT_KERNEL_VERSION="3.8.4" +BR2_DEFAULT_KERNEL_VERSION="3.12.5" # System BR2_TARGET_GENERIC_HOSTNAME="apf27" @@ -20,9 +20,13 @@ BR2_TARGET_ROOTFS_UBI=y # Kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.4" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.5" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf27/linux-3.8.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf27/linux-3.12.config" BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0xA0008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx27-apf27" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx27-apf27dev" + +# U-boot +BR2_TARGET_UBOOT=y +BR2_TARGET_UBOOT_BOARDNAME="apf27"