diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-01-31 09:08:26 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-31 09:08:26 +0100 |
commit | f6fae7ab6d9ad5aa49204264c39351debf865bd9 (patch) | |
tree | 86b746abae0448f5048d1bf853030aafb4ba55d7 /arch/arm/configs | |
parent | Merge tag 'arm-soc/for-6.3/defconfig' of https://github.com/Broadcom/stblinux... (diff) | |
parent | ARM: imx_v6_v7_defconfig: Don't enable PROVE_LOCKING (diff) | |
download | linux-f6fae7ab6d9ad5aa49204264c39351debf865bd9.tar.xz linux-f6fae7ab6d9ad5aa49204264c39351debf865bd9.zip |
Merge tag 'imx-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/defconfig
i.MX defconfig change for 6.3:
- Drop PROVE_LOCKING option from imx_v6_v7_defconfig.
- Enable i.MX ICC and DEVFREQ driver as they are required by i.MX8MP
boot.
* tag 'imx-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: imx_v6_v7_defconfig: Don't enable PROVE_LOCKING
arm64: defconfig: select i.MX ICC and DEVFREQ
Link: https://lore.kernel.org/r/20230130023947.11780-6-shawnguo@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 025eb333dcaa..3540fb241dd5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -474,5 +474,4 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_FS=y # CONFIG_SLUB_DEBUG is not set # CONFIG_SCHED_DEBUG is not set -CONFIG_PROVE_LOCKING=y # CONFIG_FTRACE is not set |