- Dec 14, 2020
-
-
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>
-
Horia Geantă authored
Commit 69a6602f542c ("ARM: multi_v7_defconfig: Enable more drivers for LS1021A") enables CAAM driver, however this is already done since upstream commit 93b3e927 ("ARM: multi_v7_defconfig: enable caam crypto module"). Fixes: 69a6602f542c ("ARM: multi_v7_defconfig: Enable more drivers for LS1021A") Signed-off-by:
Horia Geantă <horia.geanta@nxp.com> Acked-by:
Li Yang <leoyang.li@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>
-
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>
-
Biwen Li authored
This enables CONFIG_FSL_RCPM Signed-off-by:
Biwen Li <biwen.li@nxp.com>
-
Biwen Li authored
This enables CONFIG_RTC_DRV_FSL_FTM_ALARM Signed-off-by:
Biwen Li <biwen.li@nxp.com>
-
Dong Aisheng authored
pcie can't compile now. Signed-off-by:
Dong Aisheng <aisheng.dong@nxp.com>
-
Dong Aisheng authored
We reverted this patch "drm/tegra: Move drm_dp_link helpers to Tegra DRM" which is incompatible with current tegra drm drivers. Have to disable it, otherwise will meet below build break. ../drivers/gpu/drm/tegra/sor.c: In function ‘tegra_sor_filter_rates’: ../drivers/gpu/drm/tegra/sor.c:625:24: error: ‘struct drm_dp_link’ has no member named ‘num_rates’; did you mean ‘num_lanes’? 625 | for (i = 0; i < link->num_rates; i++) { | ^~~~~~~~~ | num_lanes ../drivers/gpu/drm/tegra/sor.c:626:17: error: ‘struct drm_dp_link’ has no member named ‘rates’; did you mean ‘rate’? 626 | switch (link->rates[i]) { 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>
-
Ran Wang authored
There are many non-NXP modules which are endabled in defconfig by default. Actually we can remove these unused modules in kernel lsdk.config for LSDK to reduce the size of lib/modules. Signed-off-by:
Shengzhou Liu <Shengzhou.Liu@nxp.com> Signed-off-by:
Ran Wang <ran.wang_1@nxp.com>
-
Ioana Ciornei authored
Signed-off-by:
Ioana Ciornei <ioana.ciornei@nxp.com>
-
Horia Geantă authored
Move crypto options from ARMv8-specific config fragment to lsdk.config (which is used both by ARMv7 and ARMv8) - since they are needed for both SoCs. Signed-off-by:
Horia Geantă <horia.geanta@nxp.com>
-
Li Yang authored
Enables the CONFIG_ARM_MODULES_PLTS by default for LSDK to allow modules to be allocated in the vmalloc area. Signed-off-by:
Li Yang <leoyang.li@nxp.com>
-
Alison Wang authored
Add multi_v7_lpae.config to support the Large Physical Address Extension. Signed-off-by:
Alison Wang <alison.wang@nxp.com>
-
Pankit Garg authored
Enable CONFIG_MTD_CFI_AMDSTD to support CFI command set 0002. Enable CONFIG_MTD_PHYSMAP_OF which allows the NOR flash driver code to communicate with chips which are mapped physically into the CPU's memory. [ Leo: CONFIG_MTD_PHYSMAP_OF implied ] Signed-off-by:
Pankit Garg <pankit.garg@nxp.com>
-
Madalin Bucur authored
[ Leo: CONFIG_FSL_SDK_FMAN implied ] [Aisheng: fix minor conflicts ] Signed-off-by:
Madalin Bucur <madalin.bucur@nxp.com>
-
Alison Wang authored
This patch enables more drivers for LS1021A, such as FlexCAN, IFC, SATA, PCIE, DCU, RTC, CAAM and Virtualization. [leo: FlexCAN and DCU were enabled as 'm' in upstream.] [Aisheng: fix minor conflict against next-20191209 ] Signed-off-by:
Alison Wang <alison.wang@nxp.com>
-
Zhao Qiang authored
add CONFIG_FSL_PPFE_UTIL_DISABLED to arm32 Signed-off-by:
Zhao Qiang <qiang.zhao@nxp.com>
-
Ioana Ciornei authored
Signed-off-by:
Ioana Ciornei <ioana.ciornei@nxp.com>
-
Alison Wang authored
This patch is to add multi_v8.config for AArch32 support on ARMv8 platforms. The default config for ARMv8 AArch32 support is multi_v7_defconfig + multi_v7_lpae.config + multi_v8.config. Signed-off-by:
Alison Wang <alison.wang@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>
-