]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 06:00:53 +0000 (01:00 -0500)
commitd862ac3dfaf2274ed63810f2cfd5ce16cf659b20
tree1b1e746b837b7cde3721793cea97fc1b17bbe477
parentecdb30468a953c60435371da7a34dd33c5408877
ARM: exynos_defconfig: Restore debugfs support

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

Commit 9f532d26c75c ("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 0e4a459f56c3 ("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>
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/exynos_defconfig