^Merged in mjkoch/nuttx (pull request #851)

Kconfig warnings: defaults for choice values not supported

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Matthew Koch 2019-04-08 03:29:28 +00:00 committed by Gregory Nutt
parent f8495006a5
commit 33f4505c55
1 changed files with 0 additions and 3 deletions

View File

@ -1978,21 +1978,18 @@ choice
config STM32F7_NO_ULPI
bool "No External ULPI"
default y
---help---
Select to enable the presence of an external ULPI PHY
config STM32F7_EXTERNAL_ULPI
bool "External ULPI"
depends on STM32F7_HAVE_EXTERNAL_ULPI
default n
---help---
Select to enable the presence of an external ULPI PHY
config STM32F7_INTERNAL_ULPI
bool "Internal ULPI PHY"
depends on STM32F7_HAVE_INTERNAL_ULPI
default y
---help---
Select to enable the internal ULPI for USB HS
endchoice #"ULPI Selection"