xiaoxiang781216 commented on code in PR #16746: URL: https://github.com/apache/nuttx/pull/16746#discussion_r2219902284
########## arch/arm/src/stm32h5/Kconfig: ########## @@ -625,6 +633,115 @@ config STM32H5_USBFS endmenu # STM32H5 Peripheral Selection +menu "DTS Configuration" + depends on STM32H5_DTS Review Comment: since every option add the dependence on STM32H5_DTS, one pair of if/endif could guard all related options ########## arch/arm/src/stm32h5/Kconfig: ########## @@ -625,6 +633,115 @@ config STM32H5_USBFS endmenu # STM32H5 Peripheral Selection +menu "DTS Configuration" + depends on STM32H5_DTS Review Comment: since every option add the dependence on STM32H5_DTS, but one pair of if/endif could guard all related options -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org