diff options
| author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:49 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:49 -0500 |
| commit | 0c3a6d443f4751b681566e8a752d12e04f4369f4 (patch) | |
| tree | 349b44fe7364bef1058432403b88dbbf6bf4f816 /include/configs/imx7-cm.h | |
| parent | 8747decc9bda5512c2d7eff4c7cab178e5ad6152 (diff) | |
usb: Remove CONFIG_USBD_HS
This define is not enabled by the only platform which currently enables
the legacy option of CONFIG_USB_DEVICE. We can drop this code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx7-cm.h')
| -rw-r--r-- | include/configs/imx7-cm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx7-cm.h b/include/configs/imx7-cm.h index 76771fd66ce..8e9dbefc496 100644 --- a/include/configs/imx7-cm.h +++ b/include/configs/imx7-cm.h @@ -81,6 +81,4 @@ /* USB Configs */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_USBD_HS - #endif /* __CONFIG_H */ |
