diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx/defconfig | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb | 4 |
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 df7d7f4..5742425 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 | |||
144 | CONFIG_USB_RTL8152=m | 144 | CONFIG_USB_RTL8152=m |
145 | CONFIG_USB_USBNET=m | 145 | CONFIG_USB_USBNET=m |
146 | CONFIG_USB_NET_CDC_EEM=m | 146 | CONFIG_USB_NET_CDC_EEM=m |
147 | CONFIG_BCMDHD=m | 147 | CONFIG_BCMDHD=y |
148 | CONFIG_BCMDHD_SDIO=y | 148 | CONFIG_BCMDHD_SDIO=y |
149 | CONFIG_BCMDHD_FW_PATH="/lib/firmware/bcm/fw_bcmdhd.bin" | 149 | CONFIG_BCMDHD_FW_PATH="/lib/firmware/bcm/ZP_BCM4339/fw_bcmdhd.bin" |
150 | CONFIG_BCMDHD_NVRAM_PATH="/lib/firmware/bcm/bcmdhd.cal" | 150 | CONFIG_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 |
153 | CONFIG_INPUT_EVDEV=y | 153 | CONFIG_INPUT_EVDEV=y |
@@ -254,6 +254,8 @@ CONFIG_FB_MXC_SYNC_PANEL=y | |||
254 | CONFIG_FB_MXC_MIPI_DSI=y | 254 | CONFIG_FB_MXC_MIPI_DSI=y |
255 | CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y | 255 | CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y |
256 | CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y | 256 | CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y |
257 | CONFIG_FB_MXC_TRULY_PANEL_TFT3P5079E=y | ||
258 | CONFIG_FB_MXC_TRULY_PANEL_TFT3P5581E=y | ||
257 | CONFIG_FB_MXC_LDB=y | 259 | CONFIG_FB_MXC_LDB=y |
258 | CONFIG_FB_MXC_HDMI=y | 260 | CONFIG_FB_MXC_HDMI=y |
259 | CONFIG_FB_MXS_SII902X=y | 261 | CONFIG_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 7014134..445db76 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 | ||
4 | SUMMARY = "FSL Community BSP i.MX6 Linux kernel with backported features and fixes" | 4 | SUMMARY = "FSL Community BSP i.MX6 Linux kernel with backported features and fixes" |
5 | DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.0.0 GA release, used by FSL Community BSP in order to \ | 5 | DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.2.0 GA release, used by FSL Community BSP in order to \ |
6 | provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \ | 6 | provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \ |
7 | features and fixes coming from the vendors, kernel community or FSL Community itself." | 7 | features and fixes coming from the vendors, kernel community or FSL Community itself." |
8 | 8 | ||
@@ -11,6 +11,6 @@ include linux-fslc.inc | |||
11 | PV .= "+git${SRCPV}" | 11 | PV .= "+git${SRCPV}" |
12 | 12 | ||
13 | SRCBRANCH = "4.1-1.0.x-imx" | 13 | SRCBRANCH = "4.1-1.0.x-imx" |
14 | SRCREV = "960f493cce161ddc2ba3ffe82c061496e5771829" | 14 | SRCREV = "3477bd7c6da28563567d4cce98582ea6b21f354e" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(mx6|mx7)" | 16 | COMPATIBLE_MACHINE = "(mx6|mx7)" |