diff mbox series

arm: multi_v7_config: Restore debugfs support

Message ID 20191206125112.11006-1-m.szyprowski@samsung.com (mailing list archive)
State Mainlined
Commit 18977008f44c66bdd6d20bb432adf71372589303
Headers show
Series arm: multi_v7_config: Restore debugfs support | expand

Commit Message

Marek Szyprowski via Linux.Kernel.Org Dec. 6, 2019, 12:51 p.m. UTC
Commit fd7d58f0dbc3 ("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 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>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 6, 2019, 4:33 p.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
soc/soc.git (refs/heads/for-next):

Series: Re-normalize shared defconfigs for ARM{,64}
  Submitter: Olof Johansson <olof@lixom.net>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=212491
    Patches: [1/2] ARM: defconfig: re-run savedefconfig on multi_v* configs
             [2/2] arm64: defconfig: re-run savedefconfig

Patch: arm: multi_v7_config: Restore debugfs support
  Submitter: Marek Szyprowski via Linux.Kernel.Org <m.szyprowski=samsung.com@linux.kernel.org>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=212893

Total patches: 3
patchwork-bot+linux-soc@kernel.org Dec. 6, 2019, 4:33 p.m. UTC | #2
Hello:

This patch was applied to soc/soc.git (refs/heads/for-next).

On Fri,  6 Dec 2019 13:51:12 +0100 you wrote:
> Commit fd7d58f0dbc3 ("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 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.
> 
> [...]


Here is a summary with links:
  - arm: multi_v7_config: Restore debugfs support
    https://git.kernel.org/soc/soc/c/18977008f44c66bdd6d20bb432adf71372589303

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 24962d0e71c7..0ffa957f2c94 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1121,3 +1121,4 @@  CONFIG_CRYPTO_DEV_ROCKCHIP=m
 CONFIG_CMA_SIZE_MBYTES=64
 CONFIG_PRINTK_TIME=y
 CONFIG_MAGIC_SYSRQ=y
+CONFIG_DEBUG_FS=y