Skip to content

Commit 1bba608

Browse files
lategoodbyeffainelli
authored andcommitted
ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS
The commit 0e4a459 ("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 <[email protected]> Fixes: 0e4a459 ("tracing: Remove unnecessary DEBUG_FS dependency") Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
1 parent bb6d3fb commit 1bba608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/bcm2835_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ CONFIG_SCHED_TRACER=y
178178
CONFIG_STACK_TRACER=y
179179
CONFIG_FUNCTION_PROFILER=y
180180
CONFIG_TEST_KSTRTOX=y
181+
CONFIG_DEBUG_FS=y
181182
CONFIG_KGDB=y
182183
CONFIG_KGDB_KDB=y
183184
CONFIG_STRICT_DEVMEM=y

0 commit comments

Comments
 (0)