]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: exynos_defconfig: Restore debugfs support
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 6 Dec 2019 12:47:21 +0000 (13:47 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 9 Dec 2019 17:59:54 +0000 (18:59 +0100)
commit37027ec2b2ccac4f2291239e51f2c429795ded66
treef42dfa92f44b90328fcf7ce9ab8c0ba005add749
parent4f80171b18848ee9990a19d31b30c6e253141607
ARM: exynos_defconfig: Restore debugfs support

Commit 490800e90385 ("ARM: exynos_defconfig: Trim and reorganize with
savedefconfig") removed explicit enable line for CONFIG_DEBUG_FS, because
that feature has been selected by other enabled options: CONFIG_TRACING,
which in turn had been selected by CONFIG_PERF_EVENTS and
CONFIG_PROVE_LOCKING.

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.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/configs/exynos_defconfig