diff options
-rw-r--r-- | recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 5 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_4.1.15.bb | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig b/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig index 2f075351..ab4fdd2e 100644 --- a/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig +++ b/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | |||
@@ -26,6 +26,7 @@ CONFIG_SOC_IMX6SL=y | |||
26 | CONFIG_SOC_IMX6SX=y | 26 | CONFIG_SOC_IMX6SX=y |
27 | CONFIG_SOC_IMX6ULL=y | 27 | CONFIG_SOC_IMX6ULL=y |
28 | CONFIG_SOC_IMX7D=y | 28 | CONFIG_SOC_IMX7D=y |
29 | CONFIG_SOC_IMX6SLL=y | ||
29 | CONFIG_SOC_VF610=y | 30 | CONFIG_SOC_VF610=y |
30 | # CONFIG_SWP_EMULATE is not set | 31 | # CONFIG_SWP_EMULATE is not set |
31 | CONFIG_SMP=y | 32 | CONFIG_SMP=y |
@@ -142,7 +143,7 @@ CONFIG_MICREL_PHY=y | |||
142 | CONFIG_USB_PEGASUS=m | 143 | CONFIG_USB_PEGASUS=m |
143 | CONFIG_USB_RTL8150=m | 144 | CONFIG_USB_RTL8150=m |
144 | CONFIG_USB_RTL8152=m | 145 | CONFIG_USB_RTL8152=m |
145 | CONFIG_USB_USBNET=m | 146 | CONFIG_USB_USBNET=y |
146 | CONFIG_USB_NET_CDC_EEM=m | 147 | CONFIG_USB_NET_CDC_EEM=m |
147 | CONFIG_BCMDHD=y | 148 | CONFIG_BCMDHD=y |
148 | CONFIG_BCMDHD_SDIO=y | 149 | CONFIG_BCMDHD_SDIO=y |
@@ -401,7 +402,7 @@ CONFIG_DEBUG_FS=y | |||
401 | CONFIG_MAGIC_SYSRQ=y | 402 | CONFIG_MAGIC_SYSRQ=y |
402 | # CONFIG_SCHED_DEBUG is not set | 403 | # CONFIG_SCHED_DEBUG is not set |
403 | # CONFIG_DEBUG_BUGVERBOSE is not set | 404 | # CONFIG_DEBUG_BUGVERBOSE is not set |
404 | CONFIG_FUNCTION_TRACER=y | 405 | # CONFIG_FTRACE is not set |
405 | CONFIG_SECURITYFS=y | 406 | CONFIG_SECURITYFS=y |
406 | CONFIG_CRYPTO_USER=y | 407 | CONFIG_CRYPTO_USER=y |
407 | CONFIG_CRYPTO_TEST=m | 408 | CONFIG_CRYPTO_TEST=m |
diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb index 8bd4f1f1..1d702e6a 100644 --- a/recipes-kernel/linux/linux-imx_4.1.15.bb +++ b/recipes-kernel/linux/linux-imx_4.1.15.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017 NXP | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 4 | ||
4 | SUMMARY = "Linux Kernel provided and supported by Freescale" | 5 | SUMMARY = "Linux Kernel provided and supported by Freescale" |
@@ -11,8 +12,8 @@ require recipes-kernel/linux/linux-dtb.inc | |||
11 | DEPENDS += "lzop-native bc-native" | 12 | DEPENDS += "lzop-native bc-native" |
12 | 13 | ||
13 | SRCBRANCH = "imx_4.1.15_2.0.0_ga" | 14 | SRCBRANCH = "imx_4.1.15_2.0.0_ga" |
14 | LOCALVERSION = "-2.0.0" | 15 | LOCALVERSION = "-2.1.0" |
15 | SRCREV = "b63f3f52cb393e3287352cf63f0caef31a33ab63" | 16 | SRCREV = "30278abfe0977b1d2f065271ce1ea23c0e2d1b6e" |
16 | 17 | ||
17 | DEFAULT_PREFERENCE = "1" | 18 | DEFAULT_PREFERENCE = "1" |
18 | 19 | ||