diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig index d052860f62..c8391187ea 100644 --- a/arch/arm/src/stm32f7/Kconfig +++ b/arch/arm/src/stm32f7/Kconfig @@ -1741,7 +1741,7 @@ config OTG_ID_GPIO_DISABLE bool "Disable the use of GPIO_OTG_ID pin." default n ---help--- - Disables/Enabled the use of GPIO_OTG_ID pin. This allows non OTG use + Disables/Enables the use of GPIO_OTG_ID pin. This allows non OTG use cases to reuse this GPIO pin and ensure it is not set incorrectlty during OS boot. diff --git a/arch/arm/src/stm32h7/Kconfig b/arch/arm/src/stm32h7/Kconfig index 610ff41421..21e57b60ea 100644 --- a/arch/arm/src/stm32h7/Kconfig +++ b/arch/arm/src/stm32h7/Kconfig @@ -891,7 +891,7 @@ config OTG_ID_GPIO_DISABLE bool "Disable the use of GPIO_OTG_ID pin." default n ---help--- - Disables/Enabled the use of GPIO_OTG_ID pin. This allows non OTG use + Disables/Enables the use of GPIO_OTG_ID pin. This allows non OTG use cases to reuse this GPIO pin and ensure it is not set incorrectlty during OS boot.