Skip to content

Commit f2c5fd9

Browse files
riscv: defconfigs: enable debugfs
debugfs is broadly useful, so enable it in the RISC-V defconfigs. Signed-off-by: Paul Walmsley <[email protected]> Reviewed-by: Palmer Dabbelt <[email protected]>
1 parent a99d808 commit f2c5fd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ CONFIG_9P_FS=y
100100
CONFIG_CRYPTO_USER_API_HASH=y
101101
CONFIG_CRYPTO_DEV_VIRTIO=y
102102
CONFIG_PRINTK_TIME=y
103+
CONFIG_DEBUG_FS=y
103104
# CONFIG_RCU_TRACE is not set

arch/riscv/configs/rv32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ CONFIG_9P_FS=y
9797
CONFIG_CRYPTO_USER_API_HASH=y
9898
CONFIG_CRYPTO_DEV_VIRTIO=y
9999
CONFIG_PRINTK_TIME=y
100+
CONFIG_DEBUG_FS=y
100101
# CONFIG_RCU_TRACE is not set

0 commit comments

Comments
 (0)