1
0
Fork 0
Commit Graph

19 Commits (1191fb514640b2e7e3ff82a09e8b367a1925b19b)

Author SHA1 Message Date
Sherry Sun 1191fb5146 MLK-23310-1 defconfig: EDAC: enable synopsys edac driver support for imx8mp
Enable edac driver on imx8mp based on synopsys edac driver.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Reviewed-by: Frank Li <frank.li@nxp.com>
2020-02-13 14:33:27 +08:00
Liu Ying 1e35d05ad1 MLK-23252-16 arm64: imx_v8_defconfig: Enable i.MX8mp LVDS PHY driver
This patch enables i.MX8mp LVDS PHY driver as build-in
in imx_v8_defconfig.

Reviewed-by: Sandor Yu <Sandor.yu@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
2020-02-13 12:14:09 +08:00
Teo Hall 711cce5436 MLK-23273-4 arm64: defconfig: Add imx8dxl pinctrl config
Add pinctrl config for i.MX8DXL soc to defconfig and
imx_v8_defconfig

Signed-off-by: Teo Hall <teo.hall@nxp.com>
Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
2020-02-13 07:51:29 +08:00
Shengjiu Wang 95fe62890f MLK-23287-5: arm64: imx_v8_defconfig: built-in the DRM_DW_HDMI_GP_AUDIO
built in the DRM_DW_HDMI_GP_AUDIO for HDMI audio

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
2020-02-11 18:07:43 +08:00
Sandor Yu 2b3268a70e MLK-23250-12: defconfig: audiomix and samsung phy modules
two variable added:
CONFIG_MFD_IMX_AUDIOMIX
CONFIG_PHY_SAMSUNG_HDMI_PHY

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Reviewed-by: Robby Cai <robby.cai@nxp.com>
2020-01-19 23:31:56 +08:00
Fancy Fang 128add0066 MLK-23234-5 arm64: imx_v8_defconfig: enable IMX_LCDIFV3_CORE
Enable the 'IMX_LCDIFV3_CORE' config by default in ARM64
defconfig.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2020-01-15 16:10:58 +08:00
Joakim Zhang a6950601f3 MLK-23195-1 arch: arm64: config: buildin ddr perf driver
Buildin ddr perf driver as it is used much often.

Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2020-01-07 10:32:55 +08:00
Sherry Sun 6c97820060 MLK-23192-2: defconfig: imx8mp: Add coresight trace support
Add configs to support arm coresight trace.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
2020-01-07 08:59:27 +08:00
Fugang Duan 0c0277bf2b MLK-23173-08 ARM64: imx_v8_defconfig: build in stmmac core driver
Build in stmmac core driver for eqos tsn ethernet.

Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2020-01-02 16:43:57 +08:00
Anson Huang 347e4dade2 MLK-23159-5 arm64: imx_v8_defconfig: Enable CONFIG_CLK_IMX8MP by default
Select CONFIG_CLK_IMX8MP by default to enable i.MX8MP clock driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-12-26 10:28:09 +08:00
Anson Huang f014bd8ad0 MLK-23159-3 arm64: imx_v8_defconfig: Enable CONFIG_PINCTRL_IMX8MP by default
Select CONFIG_PINCTRL_IMX8MP by default to support i.MX8MP pinctrl.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2019-12-26 10:28:09 +08:00
Horia Geantă d6101482fe LF-541-1: arm64: imx_v8_defconfig: enable CRYPTO_{CFB,OFB}
These are needed for tcrypt speed regression suite.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-12-19 18:28:37 +02:00
Peng Fan c4da86ba0f LF-496-2 arm64: defconfig: enable xen blk back
Select xen blk back as module, then domu could use paravirtual
block.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-12-17 17:18:07 +08:00
Peng Fan f0f0e16aad LF-496-1 arm64: defconfig: enable ivshmem net
Without ivshmem net, jailhouse inter-vm communication will not work.

Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-12-17 17:17:41 +08:00
Dong Aisheng e2b36118ed LF-396 arm64: imx_v8_defconfig: add CONFIG_MODVERSIONS
add CONFIG_MODVERSIONS which can ease the module test work.

Acked-by: Jason Liu <jason.hui.liu@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-12-12 18:23:05 +08:00
Anson Huang bdd5e91cd0 LF-443 arm64: imx_v8_defconfig: Build in powersave/conservative governor by default
Make powersave and conservative governor built in instead of module.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
2019-12-12 10:21:50 +08:00
Daniel Baluta f4bdd2f37b arm64: defconfig: Enable support for SOF on i.MX8
This enables SOF for i.MX8QXP.

    Brings in support for:
            * IMX DSP protocol communication driver
            * SOF_OF, device tree support for SOF
            * SOF_IMX8, support for i.MX8QXP integration.
            * Generic FSL DAI support

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-12-04 12:44:41 +02:00
Peter Chen 75dfc16e2d
LF-320-1 ARM64: imx_v8_defconfig: add USB certification related configurations
i.MX customers need one Image for both USB certification and production,
add USB certification configurations will not affect normal functions.

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
2019-12-03 17:12:29 +08:00
Dong Aisheng 498e52211a LF-272-2 arm64: defconfig: add imx_v8_defconfig
1. Remove other Arch except layerscape and s32.
2. Change CONFIG_FORCE_MAX_ZONEORDER to 14

Then generated by make savedefconfig

Acked-by: Jason Liu <jason.hui.liu@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2019-12-02 18:06:17 +08:00