]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: multi_v7_defconfig: Restore debugfs support
authorMarek Szyprowski via Linux.Kernel.Org <m.szyprowski=samsung.com@linux.kernel.org>
Fri, 6 Dec 2019 12:51:12 +0000 (13:51 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 6 Dec 2019 15:13:26 +0000 (07:13 -0800)
commit285aa3b5e530ac1ff23e0a2744f9879312004bcf
tree1f8a0b330fb7512abfa9711406c6d16e33d81984
parent6a0593606748ca60aeb240610f1acdb25f9d6013
ARM: multi_v7_defconfig: Restore debugfs support

Commit 1575c1a4c3db ("ARM: multi_v7_defconfig: renormalize based on recent
additions") removed explicit enable line for CONFIG_DEBUG_FS, because
that feature has been selected by other enabled options: CONFIG_TRACING,
which were enabled by CONFIG_PERF_EVENTS.

In meantime, commit 110802255eec ("tracing: Remove unnecessary DEBUG_FS
dependency") removed the dependency between CONFIG_DEBUG_FS and
CONFIG_TRACING, so CONFIG_DEBUG_FS is no longer enabled in default builds.

Enable it again explicitly, as debugfs support is essential for various
automated testing tools.

Link: https://lore.kernel.org/r/20191206125112.11006-1-m.szyprowski@samsung.com
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/multi_v7_defconfig