wangchdo commented on code in PR #17644: URL: https://github.com/apache/nuttx/pull/17644#discussion_r2685666466
########## boards/arm/kl/freedom-kl25z/configs/nsh/defconfig: ########## @@ -23,6 +23,7 @@ CONFIG_BOARDCTL=y CONFIG_BOARD_LOOPSPERMSEC=2988 CONFIG_BUILTIN=y CONFIG_DEFAULT_SMALL=y +CONFIG_ENABLE_ALL_SIGNAL=y CONFIG_DISABLE_MOUNTPOINT=y CONFIG_EXAMPLES_PWM=y Review Comment: Do you mean that only those boards that enable both CONFIG_DEFAULT_SMALL and CONFIG_EXAMPLES_TIMER should enable CONFIG_ENABLE_ALL_SIGNAL ? Let me update it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
