6AL.1.0 Android Lollipop Release
ti_config_fragments/baseport.cfg: explicitly enable DEBUG_FS

CONFIG_DEBUG_FS gets automatically selected by CONFIG_TRACING. However,
with CONFIG_FTRACE disabled, CONFIG_DEBUG_FS, DEBUG_FS should have
been removed from the final kernel configuration. It is not the case
since defconfig_merge.sh appends config flags added by config fragments
to the end of the omap2plus based generated config options.

In contrast, tools like merge_config.sh (under scripts/kconfig)
take all config and also account for dependencies. Hence disabling
FTRACE causes DEBUG_FS also to be disabled and therefore enabling
DEBUG_FS explicitly.

Change-Id: I97d254fd49665725917af4ea45513a9562acb6d6
Signed-off-by: Subramaniam Chanderashekarapuram <subramaniam.ca@ti.com>
1 file changed