]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 10 Dec 2019 17:34:20 +0000 (19:34 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 06:00:53 +0000 (01:00 -0500)
commit9e6892071e8e19993a10453e76fe3a5347de5d02
treec9453cb2e34fb4fb930afed8fb53a2b4450135ee
parent0c60b69a660ce880eeac343c6668725297a99be6
ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS

BugLink: https://bugs.launchpad.net/bugs/1861929
[ Upstream commit 46db63abb79524209c15c683feccfba116746757 ]

This is currently off and that's not desirable: default imx config is
meant to be generally useful for development and debugging.

Running git bisect between v5.4 and v5.5-rc1 finds this started from
commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")

Explicit CONFIG_DEBUG_FS=y was earlier removed by
commit c29d541f590c ("ARM: imx_v6_v7_defconfig: Remove unneeded options")

A very similar fix was required before:
commit 7e9eb6268809 ("ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS")

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arm/configs/imx_v6_v7_defconfig