- Dec 14, 2020
-
-
Peter Chen authored
- Two USB certification configuration i.MX customers need one Image for both USB certification and production, add USB certification configurations will not affect normal functions. - CONFIG_EXTCON_USB_GPIO Align with v4.19 kernel, some old boards uses this configurations. Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by:
Peter Chen <peter.chen@nxp.com>
-
Dong Aisheng authored
pcie can't compile now. Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Han Xu authored
enable weim nor by adding CONFIG_MTD_PHYSMAP and CONFIG_MTD_PHYSMAP_OF in imx_v6_v7_defconfig Signed-off-by:
Han Xu <han.xu@nxp.com>
-
Sandor Yu authored
add vadc to imx_v6_v7_defconfig Signed-off-by:
Sandor Yu <Sandor.yu@nxp.com>
-
Fancy Fang authored
Enable FB_MXC_OVERLAY config by default for the lcdif driver on legacy i.MX6 and i.MX7 platforms. Signed-off-by:
Fancy Fang <chen.fang@nxp.com>
-
Horia Geantă authored
SM test driver was changed to build only as a module. Update defconfig accordingly. Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Acked-by:
Leonard Crestez <leonard.crestez@nxp.com>
-
Robin Gong authored
Enable CONFIG_PREEMPT instead of CONFIG_PREEMPT_VOLUNTARY, the former is much suitable for embed system as i.mx. Besides, that aligns with internal legacy imx_v7_defconfig. Signed-off-by:
Robin Gong <yibin.gong@nxp.com> Reviewed-by:
Anson Huang <anson.huang@nxp.com>
-
Fugang Duan authored
IMX bluetooth support interface is HCI UART. Remove HCI SDIO interface since there have HIF conflict for cypress bluetooth. Reviewed-by:
Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by:
Fugang Duan <fugang.duan@nxp.com>
-
Robby Cai authored
enable adv7180 as module Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Horia Geantă authored
Enable the following: -CAAM SNVS and SM drivers -generic SW crypto algorithms - needed for tcrypt speed tests -CRYPTO_USER - needed for configuring crypto algorithms from user space (using tools like crconf) Signed-off-by:
Horia Geantă <horia.geanta@nxp.com>
-
Clark Wang authored
Add spi slave support for imx6/7 platforms. Signed-off-by:
Clark Wang <xiaoning.wang@nxp.com> Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Dong Aisheng authored
This is needed for VPU/MM/GPU features. Generated by savedefconfig. NOTE: the exist CONFIG_CMA_SIZE_MBYTES=320 option actually did not work before due to missing CONFIG_DMA_CMA, removed it first. Reviewed-by:
Anson Huang <Anson.Huang@nxp.com> Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Fugang Duan authored
Set the necessary configs for marvell wireless solution. Signed-off-by:
Fugang Duan <fugang.duan@nxp.com>
-
Robby Cai authored
disable ov5640 driver of upstreaming version Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Horia Geantă authored
tcrypt module is required for testing crypto algorithms. Note: CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is let to default value ("y"), since setting it to "n" would slow down boot, i.e. have a system-level effect. For tcrypt testing CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=n is needed, which will have to be done using a separate kernel config. Signed-off-by:
Horia Geantă <horia.geanta@nxp.com>
-
Robby Cai authored
enable mipi camera ov5640 of subdev version Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Robby Cai authored
Enable Samsung's MIPI CSI driver Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Robby Cai authored
enable CONFIG_VIDEO_MXC_CSI_CAMERA as module Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Robby Cai authored
enable parallel camera ov5640 driver based on subdev, used by iMX 6UL/ULL/SX/SL/SLL Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Liu Ying authored
This patch builds in MXC IPU output driver. Signed-off-by:
Liu Ying <victor.liu@nxp.com>
-
Robby Cai authored
add v4l2 capture support for imx6qdl, including IPU CSI/PrP, V4L2 capture and the camera ov5640 (mipi and parallel) drivers. Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Fugang Duan authored
Correct the typo for CONFIG_LLC2. Fixes: ec4753a4c99a("MLK-22558 imx_v6_v7_defconfig: enable the necessary net configs") Signed-off-by:
Fugang Duan <fugang.duan@nxp.com>
-
Shengjiu Wang authored
built-in SND_SOC_IMX_SI476X Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com>
-
Shengjiu Wang authored
built-in SND_SOC_IMX_SII902X and SND_SOC_IMX_HDMI Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com>
-
Sandor Yu authored
CONFIG_FB_MXC_DCIC=y support dcic. Signed-off-by:
Sandor Yu <Sandor.yu@nxp.com>
-
Sandor Yu authored
CONFIG_FB_MXC_HDMI=y CONFIG_FB_MXS_SII902X=y CONFIG_MXC_HDMI_CEC=y Signed-off-by:
Sandor Yu <Sandor.yu@nxp.com>
-
Robby Cai authored
enable PXP V4L2 driver Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-
Ella Feng authored
Enlarge CMA size to 320M so that GPU can reserve enough memory. Signed-off-by:
Ella Feng <ella.feng@nxp.com>
-
Ella Feng authored
Disable etnaviv driver to use Vivante private driver. Signed-off-by:
Ella Feng <ella.feng@nxp.com>
-
Fugang Duan authored
Enable the necessary net configs: CONFIG_IP_MULTICAST CONFIG_VLAN_8021Q CONFIG_LLC2 Signed-off-by:
Fugang Duan <fugang.duan@nxp.com>
-
Shengjiu Wang authored
support audio sound card (wm8960/wm8958/wm8962/mqs) Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com>
-
Clark Wang authored
Remove this define, because the mma8541 use CONFIG_MXC_MMA8451. Signed-off-by:
Clark Wang <xiaoning.wang@nxp.com>
-
Haibo Chen authored
Signed-off-by:
Haibo Chen <haibo.chen@nxp.com>
-
Haibo Chen authored
Currently, we just use driver elan_ts.c, not elants_i2c.c. So this patch change this. Signed-off-by:
Haibo Chen <haibo.chen@nxp.com>
-
Clark Wang authored
No need for this config define, remove it. Signed-off-by:
Clark Wang <xiaoning.wang@nxp.com> [ Aisheng : split arm64 changes ] Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Liu Ying authored
This patch sets CONFIG_FB_MXC_LDB to y so that we may build in LDB driver. Signed-off-by:
Liu Ying <victor.liu@nxp.com>
-
Liu Ying authored
This patch sets CONFIG_FB_MXC_SYNC_PANEL to y so that we may build in IPUv3 framebuffer driver. Signed-off-by:
Liu Ying <victor.liu@nxp.com>
-
Liu Ying authored
This patch sets CONFIG_MXC_IPU and CONFIG_MXC_IPU_PRE to y so that we can build in IPUv3 common driver and IPUv3 prefetch drivers. Signed-off-by:
Liu Ying <victor.liu@nxp.com>
-
Leonard Crestez authored
For now we'll use our internal IPUv3 common driver, so this patch disables CONFIG_IMX_IPUV3_CORE from upstream kernel. Signed-off-by:
Liu Ying <victor.liu@nxp.com> [Leonard: Remove unrelated changes] Signed-off-by:
Leonard Crestez <leonard.crestez@nxp.com>
-
Robby Cai authored
enable EPDC V1 and V2 driver Signed-off-by:
Robby Cai <robby.cai@nxp.com>
-