You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/12 19:10:27 UTC

[GitHub] [incubator-nuttx] antmerlino commented on a change in pull request #3522: stm32h7: Allow OTGHS to use internal FS PHY

antmerlino commented on a change in pull request #3522:
URL: https://github.com/apache/incubator-nuttx/pull/3522#discussion_r611886384



##########
File path: arch/arm/src/stm32h7/Kconfig
##########
@@ -764,6 +764,27 @@ config STM32H7_UART8
 endmenu # STM32H7 U[S]ART Selection
 endmenu # STM32H7 Peripheral Selection
 
+menu "OTG_HS Configuration"
+	depends on STM32H7_OTGHS
+
+choice
+	prompt "ULPI Selection"
+	default STM32H7_OTGHS_NO_ULPI
+
+config STM32H7_OTGHS_NO_ULPI
+	bool "No External ULPI"
+	---help---
+	Select to use the built-in full-speed PHY
+
+config STM32H7_OTGHS_EXTERNAL_ULPI
+	bool "External ULPI"
+	---help---
+		Select to enable the presence of an external ULPI PHY

Review comment:
       @davids5 done.




-- 
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:
users@infra.apache.org