]> git.baikalelectronics.ru Git - 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)
committerShawn Guo <shawnguo@kernel.org>
Thu, 12 Dec 2019 02:09:07 +0000 (10:09 +0800)
commitc257fbe756568d8f3012b228f6c3c9131d1eb492
tree54c83570e497054208028e09e973227d5e0a0cb5
parentb4f72841b0311885e63d59d0177d1d30ab0feaa5
ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS

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 110802255eec ("tracing: Remove unnecessary DEBUG_FS dependency")

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

A very similar fix was required before:
commit 3f8b9655bfa9 ("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>
arch/arm/configs/imx_v6_v7_defconfig