usb: dwc3-meson-g12a: Select PHY instead of imply PHY
authorMarek Vasut <marex@denx.de>
Thu, 23 Feb 2023 16:32:43 +0000 (17:32 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 2 Mar 2023 21:42:27 +0000 (22:42 +0100)
commite61eaee91c50019e1901d527836011aaafa88c35
tree9381a2f0e19c0973cf5abbb0ae1aebae65b92a89
parent49cba67852f1fb5ef481bef3532b2cda96816e45
usb: dwc3-meson-g12a: Select PHY instead of imply PHY

Imply means you can turn off the option and expect things to work
- "it's a good idea to have X enabled" is when to use imply
- "you must have X for Y to work" is when to use select

Use "select" here.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
drivers/usb/dwc3/Kconfig