- Nov 02, 2021
-
-
Davide Cardillo authored
-
- Oct 22, 2021
-
-
Davide Cardillo authored
This driver coming from SECO driver library: - driver: goodix_gt9xx - version: v2.1
-
Davide Cardillo authored
This driver coming from SECO driver library: - driver: seco_ectrl_msp430 - version: v1.1 Note: Acvtually this drivers is used only for SECO boards based on i.MX6 CPU since these boards are the only one that have MSP450 MCU as Embedded Controller.
-
Davide Cardillo authored
It is a copy of file imx_v7_defconfig, by NXP
-
- Jul 19, 2021
-
-
Shengjiu Wang authored
Add config for rpmsg audio Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com>
-
- Dec 24, 2020
-
-
Shengjiu Wang authored
Add CONFIG_SND_SOC_FSL_MQS Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by:
Viorel Suman <viorel.suman@nxp.com> (cherry picked from commit 6f62c93d) [ Aisheng: change to imx_v7_defconifg ] Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
- Dec 18, 2020
-
-
Anson Huang authored
CONFIG_PROVE_LOCKING is mainly for debug purpose, it will slow down kernel boot up and introduce performance issue for many use cases, remove it for release defconfig. On i.MX6Q SabreAuto board, more than 6 seconds are saved for kernel boot up after removing it. Signed-off-by:
Anson Huang <Anson.Huang@nxp.com> Reviewed-by:
Jacky Bai <ping.bai@nxp.com>
-
Dong Aisheng authored
Generated for LTS release by: make ARCH=arm imx_v6_v7_defconfig make ARCH=arm savedefconfig cp -avf defconfig arch/arm/configs/imx_v7_defconfig Plus items below compared with L5.4 release CONFIG_VMSPLIT_2G=y And remove: CONFIG_SOC_IMX5 CONFIG_SOC_VF610 CONFIG_DEBUG_PREEMPT Based on commit: 547c7f50e3fc (next-nxp-20201028) Acked-by:
Jason Liu <jason.hui.liu@nxp.com> Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
- Dec 14, 2020
-
-
Shengjiu Wang authored
Add CONFIG_SND_SOC_FSL_MQS Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by:
Viorel Suman <viorel.suman@nxp.com>
-
Dong Aisheng authored
Current Arch code can't support build IMX8 and IMX6&7 together. As NPI has no requirement to build IMX8 in ARM32 mode, so remove IMX ARM64 drivers. IP owners still have no plan to fix this issue. Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Horia Geantă authored
CRYPTO_ARC4 was added previously, however since it depends on CRYPTO_USER_API_ENABLE_OBSOLETE, it's not selected. The chain of dependencies is: CRYPTO_ARC4 -> CRYPTO_USER_API_ENABLE_OBSOLETE -> CRYPTO_USER_API CRYPTO_USER_API cannot be enabled directly, it' selected by other CRYPTO_USER_API_* symbols. CRYPTO_USER_API_RNG is picked. Fixes: 7a2980e2fae2 ("LF-2512-1 ARM: imx_v6_v7_defconfig: enable CRYPTO_ARC4") Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Horia Geantă authored
Until recently, CONFIG_CRYPTO_ARC4 was selected by: - HOSTAP [=y] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTERSIL [=y] However the series "[PATCH v3 0/7] crypto: mark ecb(arc4) skcipher as obsolete" ( https://lore.kernel.org/linux-crypto/20200831151649.21969-1-ardb@kernel.org/ ) changed this, which means we must manually select the symbol. Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Acked-by:
Li Yang <leoyang.li@nxp.com>
-
Shengjiu Wang authored
Enable fsl-asoc-card as default machine driver for wm8960/wm8962/cs42888/mqs Signed-off-by:
Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by:
Viorel Suman <viorel.suman@nxp.com>
-
Iuliana Prodan authored
Enable LVM support with DM_CRYPT, as module, to have an out-of-the-box solution for dm-crypt with black keys and blobs. Signed-off-by:
Iuliana Prodan <iuliana.prodan@nxp.com> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com>
-
Peng Fan authored
Enable remoteproc config for i.MX Reviewed-by:
Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
Anson Huang authored
Enable more kernel configs to support AWS Greengrass. Signed-off-by:
Anson Huang <Anson.Huang@nxp.com> Reviewed-by:
Jacky Bai <ping.bai@nxp.com> (cherry picked from commit ec8872a67944a9ced2b6308d96d2d7dfb26f55fa) [Fixes conflict by Jason Liu] Signed-off-by:
Jason Liu <jason.hui.liu@nxp.com>
-
Richard Zhu authored
Build in the PCIe endpoint subsystem and tests Signed-off-by:
Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by:
Fugang Duan <fugang.duan@nxp.com>
-
Horia Geantă authored
1. CONFIG_CRYPTO_DEV_FSL_CAAM Build as module. 2. CONFIG_CRYPTO_DEV_FSL_CAAM_SM Remove from defconfig. Will be enabled by default in driver Kconfig if JR is enabled (will be part of caam_jr module if built as module). 3. CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO Build as module. Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Reviewed-by:
Iuliana Prodan <iuliana.prodan@nxp.com>
-
Dragos Rosioru authored
Enable generic SW crypto algorithms needed for tcrypt speed tests Signed-off-by:
Dragos Rosioru <dragos.rosioru@nxp.com> Reviewed-by:
Horia Geantă <horia.geanta@nxp.com> Acked-by:
Leonard Crestez <leonard.crestez@nxp.com>
-
Fugang Duan authored
Disable broadcom FullMac config in default since brcmfmac driver still is not ready. Will enable it when next lts is comming. Signed-off-by:
Fugang Duan <fugang.duan@nxp.com>
-
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>
-