Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS

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>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Stefan Wahren and committed by
Florian Fainelli
1bba6080 bb6d3fb3

+1
+1
arch/arm/configs/bcm2835_defconfig
··· 178 178 CONFIG_STACK_TRACER=y 179 179 CONFIG_FUNCTION_PROFILER=y 180 180 CONFIG_TEST_KSTRTOX=y 181 + CONFIG_DEBUG_FS=y 181 182 CONFIG_KGDB=y 182 183 CONFIG_KGDB_KDB=y 183 184 CONFIG_STRICT_DEVMEM=y