liangzhanggb commented on a change in pull request #2655: URL: https://github.com/apache/incubator-nuttx/pull/2655#discussion_r551937459
########## File path: arch/risc-v/src/bl602/Kconfig ########## @@ -34,4 +34,35 @@ config BL602_TIMER0 config BL602_TIMER1 bool "TIMER1" + +config BL602_PWM0 + bool "PWM0" + default y + depends on PWM + select PWM_MULTICHAN + endmenu + +config BL602_SPIFLASH Review comment: Thank you for your reminder, I will delete it immediately ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org