summaryrefslogtreecommitdiff
path: root/arch/arm64/configs/defconfig
AgeCommit message (Collapse)Author
2019-02-26MLK-20964-1: arm64: defconfig: Remove explicit RC_CORE=yLeonard Crestez
Since CONFIG_IR_GPIO_CIR=y depends on RC_CORE we shouldn't explicitly define CONFIG_RC_CORE=y in defconfig, otherwise it generates a difference between the output of "make savedefconfig" and the actual defconfig. Fixes: 35c88640b846 ("MLK-20946-3: arm64: defconfig: add IR support for imx8") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-02-21MLK-20940-4 ARM64: defconfig: Add RPBUS and RPMSG configClark Wang
Enable RPBUS(i2c-rpmsg-imx.c) and RPMSG functions. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2019-02-20MLK-20946-3: arm64: defconfig: add IR support for imx8Joakim Zhang
Set IR built-in on imx8 boards. Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-02-12MLK-20685-01 arm64: defconfig: add pcie hif support for brcmfmacAndy Duan
Enable pcie hif config for brcmfmac. Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12MLK-20441-3 arm64: defconfig: Add spi slave mode for imx8Clark Wang
Add spi slave mode supprot and enable spi slave time/system control functions. - Slave time: The host sends 8 bytes of dummy data to get the current time that the slave starts counting after powering on. - System control: The host controls the slave to shut down, restart and so on by sending 2-byte special data. For more details of these two functions, please see the head of spi-slave-time.c and spi-slave-system-control.c files. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
2019-02-12MLK-19919: defconfig: Make arm64 defconfig cleanDaniel Baluta
Remove explicit 'CONFIG_SND_SOC_FSL_DSP=y' because it is already selected SND_SOC_IMX_DSP. Reported-by: Jana Build <jana.build@nxp.com> Reviewed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MLK-18789-3: arm64: defconfig: Add Seiko panel to defconfigRobert Chiras
Add Seiko 43WVF1G panel to our defconfig. Needed for QXP eLCDIF. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
2019-02-12MLK-18497-12: ASoC: fsl: imx-dsp: Add DSP machine driverDaniel Baluta
Finally! We register DSP as a sound card. Reviewed-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MLK-19728-3 arm64: defconfig: select I2C backend driverPeng Fan
Select I2C backend driver. Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-02-12MLK-19805: Make arm64 savedefconfig cleanLeonard Crestez
Remove explicit CONFIG_CRYPTO_SHA1=y because it is already a requirement of other options. This makes `make savedefconfig` on arm64 have zero diffs from arch/arm64/configs/defconfig. Fixes: 368968e7acc2 ("MLK-16951 security: Add tcrypt to be built out as module and other modules") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MLK-19648 arm64: defconfig: remove CONFIG_HIBERNATION by defaultAnson Huang
i.MX ARM64 platforms do NOT support HIBERNATION, remove CONFIG_HIBERNATION to make the "cat /sys/power/state" ONLY return available power states to avoid confusion. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-16951 security: Add tcrypt to be built out as module and other modulesAymen Sghaier
Enable CONFIG_CRYPTO_TEST=m needed by Test / Validation Team, and then other needed modules used by tcrypt are enbled. Signed-off-by: Aymen Sghaier <aymen.sghaier@nxp.com> (cherry picked from commit dcae3b446bdb542122eca2debc974e6528ff137b) Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
2019-02-12MLK-19464 ARM64: defconfig: build in IPv6Andy Duan
For mfgtool (UUU) requirement, it needs to build in IPv6 for nfs rootfs mount. Generated with the following commands: make defconfig make savedefconfig cp defconfig arch/arm64/configs/defconfig Reviewed-by: Frank Li <frank.li@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12MLK-19166-3 can: flexcan: enable flexcan defconfigJoakim Zhang
Add support in defconfig file to enable flexcan module on imx8qm/qxp boards Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-02-12MLK-19042-5: ARM64: defconfig: enable i2s over rpmsgShengjiu Wang
enable i2s over rpmsg Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Viorel Suman <viorel.suman@nxp.com> (cherry picked from commit 0ee32296ec540e5c11c627012656f0373317eaac)
2019-02-12Revert "MLK-15052-6: ARM64: config: Disable the setting ↵Han Xu
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS" This reverts commit 735d90236c17c17978db9a7965d190c4e561c55d. The change has already integrated to 4.14 kernel.
2019-02-12MLK-19020: [MX8MQ-EVK/MX8QXP]tcrypt: missing tcrypt.koSilvano di Ninno
Compile tcrypt as loadable module. Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com> Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-15052-6: ARM64: config: Disable the setting ↵Han Xu
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS Disable the SECT_4K setting for UBIFS test Signed-off-by: Han Xu <han.xu@nxp.com> Acked-by: Frank Li <frank.li@nxp.com> (cherry picked from commit 3260c2119e21900baff5f70e903e8cf28af12068)
2019-02-12MLK-15052-5: ARM64: defconfig: add flexspi in default configHan Xu
enable flexspi in default config file Signed-off-by: Han Xu <han.xu@nxp.com> Acked-by: Frank Li <frank.li@nxp.com> (cherry picked from commit 81288f210cf24edfc250a7b0ea1e0c3306e737ef)
2019-02-12MLK-19003-1 ARM64: defconfig: Enable ivshmem netPeng Fan
Enable ivshmem net. The IVSHMEM net are from http://git.kiszka.org/?p=linux.git;a=shortlog;h=refs/heads/queues/jailhouse This feature is not in Linux Upstream. This is to support ivshmem net between cells on Jailhouse hypervisor. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit c8b1103870eebfed45b51f441265d6331dc0e084)
2019-02-12MLK-18082: boot: dtsi: Align DTSIFranck LENORMAND
Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
2019-02-12MLK-18891 arm64: defconfig: select CONFIG_GPIO_SYSFS by defaultAnson Huang
Select CONFIG_GPIO_SYSFS by default for i.MX arm64 platforms. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-18816-3: arm64: defconfig: add synaptics touchscreen enableHaibo Chen
Enable synaptics touchscreen, and default build-in this touch driver. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-18428-04 ARM64: config: enable imx8mm thermal driver by default.Bai Ping
enable the i.MX8MM thermal driver by default. Signed-off-by: Bai Ping <ping.bai@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
2019-02-12MLK-18792-4 ARM64: defconfig: enable UIOPeng Fan
Enable UIO for jailhouse ivshmem. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 2628c334868258c7b27256dacc0a295ee74d9c48)
2019-02-12MLK-18535-9 ARM64: defconfig: enable 'IMX_SEC_DSIM' configFancy Fang
Enable the 'IMX_SEC_DSIM' config by default in ARM64 defconfig. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-02-12MLK-18535-4 ARM64: defconfig: enable 'IMX_LCDIF_CORE' configFancy Fang
Enable the 'IMX_LCDIF_CORE' config by default in ARM64 defconfig. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-02-12MLK-18489: arm64: config: Keep defconfig cleanDaniel Baluta
When adding a new config option one should always run: $ make savedefconfig Reported-by: Jana Build <jana.build@nxp.com> Tested-by: Raluca Oncioiu <raluca.oncioiu@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2019-02-12MA-11995-2 Enable CMA_HEAP and SYSTEM_HEAP for ION on linux-4.14.ivan.liu
Add CONFIG_ION, CONFIG_ION_CMA_HEAP and CONFIG_ION_SYSTEM_HEAP. Change-Id: I67825353e44fe33d79dfa4c6f3be5b92aea8f9bc Signed-off-by: ivan.liu <xiaowen.liu@nxp.com>
2019-02-12MLK-16784-6 arm64: config: add micfil in defconfigCosmin-Gabriel Samoila
Add IMX_MICFIL in arm64 defconfig. Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
2019-02-12MLK-18379: arm64: defconfig: select CONFIG_PWM_FSL_FTMShenwei Wang
Select the CONFIG_PWM_FSL_FTM option and build the driver by default. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com>
2019-02-12MLK-18339: arm64: defconfig: Select CONFIG_SPI_IMX by defaultFabio Estevam
Allow the CONFIG_SPI_IMX option to be built by default. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
2019-02-12MLK-18323-4: ARM64: defconfig: enable imx8qxp adcHaibo Chen
Enable imx8qxp adc in default Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-18293-03 ARM64: defconfig: enable wireless configs for Qca9377-3 qcacld-2.0Andy Duan
Add some necessary configs for qualcomm wifi QCA6174/QCA9377 qcacld-2.0 CLD driver and remove the ath10k configs. (Run "make savedefconfig" to change the defconfig) Reviewed-by: Robin Gong <yibin.gong@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12MLK-18276-02 ARM64: defconfig: add regulatory rules database configAndy Duan
Enable regulatory rules database config: CONFIG_CFG80211_INTERNAL_REGDB (Run "make savedefconfig" to change the defconfig) Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Reviewed-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-18205-12 ARM64: defconfig: enable i.MX8MM by defaultAnson Huang
Enable i.MX8MM SoC by default. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-18205-10 ARM64: defconfig: select BD71837 PMIC by defaultRobin Gong
Enable BD71837 PMIC by default. Signed-off-by: Robin Gong <yibin.gong@nxp.com> Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-17747: dsp: use the name of dsp instead of hifiWeiguang Kong
In order to avoid the name problem going forward with integration with Qcom, Qcom has their own dsp and hifi is competitor, so the hifi name should not be used in our code. So use the name of dsp instead of hifi to fix this problem. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
2019-02-12MLK-18010 ARM64: defconfig: build XEN_NETDEV_BACKEND as modulePeng Fan
Built XEN_NETDEV_BACKEND as module, with this, frontent side network could have network capability with bridge set properly in Dom0. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-17878 ARM64: defconfig: built-in xen block back driverPeng Fan
Built-in xen block back driver to avoid insmod xen-blkback.ko when use xvda from DomU. Signed-off-by: Peng Fan <peng.fan@nxp.com> Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-17692-2: defconfig: Remove FB_MX8_HDMISandor Yu
Remove FB_MX8_HDMI. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
2019-02-12MLK-17685-2: Enable CCI400 PMU in defconfigFrank Li
Enable CCI400 PMU config Signed-off-by: Frank Li <Frank.Li@nxp.com>
2019-02-12MLK-17380-6 ARM64: defconfig: enable configurations for USB certificationPeter Chen
These two configurations are needed for USB EH certification test. Acked-by: Jun Li <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
2019-02-12MLK-17570: Add i.MX8QP supportTeo Hall
Add Kconfig and DTS support for i.MX8QP with a simplified structure Signed-off-by: Teo Hall <teo.hall@nxp.com> Squashed into a single commit during 4.14 rebase. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12MLK-17555 ARM64: defconfig: add usb video supportLi Jun
Add usb video support by build it as module. Acked-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com>
2019-02-12MLK-17475-07 ARM64: defconfig: enable TJA1100 PHY configFugang Duan
Enable CONFIG_NXP_TJA110X_PHY config to support NXP TJA1100 net card for i.MX8QM/QXP platforms. Reviewed-by: Pandy Gao <pandy.gao@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12MLK-17412-02: Add support of secvio driver for imx8mqFranck LENORMAND
This patch: - Adds compilation of the secvio driver for all arm64 targets - Adds the secvio driver to fsl-imx8mq.dtsi Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
2019-02-12MLK-17400-03 arm64: defconfig: add max732x enableFugang Duan
Add max732x config enable. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Acked-by: Gao Pan <pandy.gao@nxp.com>
2019-02-12MLK-15070-4: ARM64: defconfig: build in sound card for audio board of mscaleShengjiu Wang
build in AK4458, AK5558, AK4497 Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
2019-02-12MLK-17319-3 defconfig: enable EMVSIM in defconfigGao Pan
enable EMVSIM in defconfig Signed-off-by: Gao Pan <pandy.gao@nxp.com> Reviewed-by: Andy Duan <fugang.duan@nxp.com>