Message ID | 20220311154919.1797920-3-bmasney@redhat.com |
---|---|
State | Accepted |
Commit | 889b94dbc5539c8c45131aeead6d5923508f535b |
Headers | show |
Series | ARM: qcom_defconfig: add crypto and debugfs support | expand |
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
Enable CONFIG_DEBUG_FS since this is useful to have around. Signed-off-by: Brian Masney <bmasney@redhat.com> --- arch/arm/configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+)