diff options
author | Brian Masney <bmasney@redhat.com> | 2022-03-11 18:49:19 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-04-08 06:25:22 +0300 |
commit | 889b94dbc5539c8c45131aeead6d5923508f535b (patch) | |
tree | fa7fab97ced6dddc152864439f1db3815bf9d23d /arch/arm | |
parent | 7fb940d9f670c3adba863b226e0d8cfe149f52d1 (diff) | |
download | linux-889b94dbc5539c8c45131aeead6d5923508f535b.tar.xz |
ARM: qcom_defconfig: enable debug fs support
Enable CONFIG_DEBUG_FS since this is useful to have around.
Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220311154919.1797920-3-bmasney@redhat.com
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/qcom_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 50e28a74c361..5cd935ee148a 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -308,6 +308,7 @@ CONFIG_PRINTK_TIME=y CONFIG_DYNAMIC_DEBUG=y CONFIG_DEBUG_INFO=y CONFIG_MAGIC_SYSRQ=y +CONFIG_DEBUG_FS=y # CONFIG_SCHED_DEBUG is not set CONFIG_WATCHDOG=y CONFIG_QCOM_WDT=y |