diff options
author | Guenter Roeck <linux@roeck-us.net> | 2020-03-12 18:45:47 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-03-17 11:23:14 +0000 |
commit | 0701a5efa015189248926879e7d44c45cc55515e (patch) | |
tree | fbc5df8f0ae6977b2d360bf2b7b76909c396cd05 /hw/usb/Kconfig | |
parent | a98135f727595382e200d04c2996e868b7925a01 (diff) |
hw/usb: Add basic i.MX USB Phy support
Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6,
and i.MX7 SoCs.
The only support really needed - at least to boot Linux - is support
for soft reset, which needs to reset various registers to their initial
value. Otherwise, just record register values.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20200313014551.12554-2-linux@roeck-us.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/usb/Kconfig')
-rw-r--r-- | hw/usb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/usb/Kconfig b/hw/usb/Kconfig index 5e70ed5f7b..464348ba14 100644 --- a/hw/usb/Kconfig +++ b/hw/usb/Kconfig @@ -91,3 +91,8 @@ config USB_STORAGE_MTP bool default y depends on USB + +config IMX_USBPHY + bool + default y + depends on USB |