davids5 commented on a change in pull request #3520:
URL: https://github.com/apache/incubator-nuttx/pull/3520#discussion_r612547433
##########
File path: arch/arm/src/stm32h7/Kconfig
##########
@@ -493,12 +501,14 @@ config STM32H7_OTGFS
bool "OTG FS"
default n
select USBHOST_HAVE_ASYNCH if USBHOST
+ select STM32H7_HSI48
Review comment:
The IP blocks are not 100% independent of the clock source. Why not put
the RCC testing in the device driver that uses it? Just like we check DMA in a
driver that uses 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.
For queries about this service, please contact Infrastructure at:
[email protected]