davids5 commented on a change in pull request #3522:
URL: https://github.com/apache/incubator-nuttx/pull/3522#discussion_r611610588
##########
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:
```suggestion
Select to indicate the presence of an external ULPI PHY and use
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]