Message ID | 1582462976-30646-1-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1bba60808404b873defa0f3560497eb2e8fe86b8 |
Headers | show |
Series | ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS | expand |
On Sun, 23 Feb 2020 14:02:56 +0100, Stefan Wahren <stefan.wahren@i2se.com> wrote: > The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency") > accidentally dropped the DEBUG FS support in bcm2835_defconfig. So > restore the config as before the commit. > > Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> > Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency") > Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> > --- Applied to defconfig/next, thanks! -- Florian
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig index 3843754..8e7a3ed 100644 --- a/arch/arm/configs/bcm2835_defconfig +++ b/arch/arm/configs/bcm2835_defconfig @@ -183,6 +183,7 @@ CONFIG_SCHED_TRACER=y CONFIG_STACK_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_TEST_KSTRTOX=y +CONFIG_DEBUG_FS=y CONFIG_KGDB=y CONFIG_KGDB_KDB=y CONFIG_STRICT_DEVMEM=y
The commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency") accidentally dropped the DEBUG FS support in bcm2835_defconfig. So restore the config as before the commit. Reported-by: Marek Szyprowski <m.szyprowski@samsung.com> Fixes: 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency") Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> --- arch/arm/configs/bcm2835_defconfig | 1 + 1 file changed, 1 insertion(+)