diff --git a/components/finsh/Kconfig b/components/finsh/Kconfig index cf4e673c75d26d8d9bb4f0e1d1a6462d34b1bf95..cc891e39512129a83b25de54fa401e20a948501a 100644 --- a/components/finsh/Kconfig +++ b/components/finsh/Kconfig @@ -11,6 +11,10 @@ config RT_USING_MSH if RT_USING_MSH + config FINSH_USING_MSH + bool + default y + config FINSH_THREAD_NAME string "The msh thread name" default "tshell"