summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/defconfig8
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb4
2 files changed, 7 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/defconfig
index df7d7f4e..57424258 100644
--- a/recipes-kernel/linux/linux-fslc-imx/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/defconfig
@@ -144,10 +144,10 @@ CONFIG_USB_RTL8150=m
144CONFIG_USB_RTL8152=m 144CONFIG_USB_RTL8152=m
145CONFIG_USB_USBNET=m 145CONFIG_USB_USBNET=m
146CONFIG_USB_NET_CDC_EEM=m 146CONFIG_USB_NET_CDC_EEM=m
147CONFIG_BCMDHD=m 147CONFIG_BCMDHD=y
148CONFIG_BCMDHD_SDIO=y 148CONFIG_BCMDHD_SDIO=y
149CONFIG_BCMDHD_FW_PATH="/lib/firmware/bcm/fw_bcmdhd.bin" 149CONFIG_BCMDHD_FW_PATH="/lib/firmware/bcm/ZP_BCM4339/fw_bcmdhd.bin"
150CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/bcm/bcmdhd.cal" 150CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/bcm/ZP_BCM4339/bcmdhd.ZP.SDIO.cal"
151# CONFIG_RTL_CARDS is not set 151# CONFIG_RTL_CARDS is not set
152# CONFIG_INPUT_MOUSEDEV_PSAUX is not set 152# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
153CONFIG_INPUT_EVDEV=y 153CONFIG_INPUT_EVDEV=y
@@ -254,6 +254,8 @@ CONFIG_FB_MXC_SYNC_PANEL=y
254CONFIG_FB_MXC_MIPI_DSI=y 254CONFIG_FB_MXC_MIPI_DSI=y
255CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y 255CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y
256CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y 256CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y
257CONFIG_FB_MXC_TRULY_PANEL_TFT3P5079E=y
258CONFIG_FB_MXC_TRULY_PANEL_TFT3P5581E=y
257CONFIG_FB_MXC_LDB=y 259CONFIG_FB_MXC_LDB=y
258CONFIG_FB_MXC_HDMI=y 260CONFIG_FB_MXC_HDMI=y
259CONFIG_FB_MXS_SII902X=y 261CONFIG_FB_MXS_SII902X=y
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
index 7014134a..445db763 100644
--- a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
@@ -2,7 +2,7 @@
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4SUMMARY = "FSL Community BSP i.MX6 Linux kernel with backported features and fixes" 4SUMMARY = "FSL Community BSP i.MX6 Linux kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.0.0 GA release, used by FSL Community BSP in order to \ 5DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.2.0 GA release, used by FSL Community BSP in order to \
6provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \ 6provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \
7features and fixes coming from the vendors, kernel community or FSL Community itself." 7features and fixes coming from the vendors, kernel community or FSL Community itself."
8 8
@@ -11,6 +11,6 @@ include linux-fslc.inc
11PV .= "+git${SRCPV}" 11PV .= "+git${SRCPV}"
12 12
13SRCBRANCH = "4.1-1.0.x-imx" 13SRCBRANCH = "4.1-1.0.x-imx"
14SRCREV = "960f493cce161ddc2ba3ffe82c061496e5771829" 14SRCREV = "3477bd7c6da28563567d4cce98582ea6b21f354e"
15 15
16COMPATIBLE_MACHINE = "(mx6|mx7)" 16COMPATIBLE_MACHINE = "(mx6|mx7)"