diff options
| author | Fabio Estevam <[email protected]> | 2024-10-18 14:55:48 -0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-25 09:04:16 -0300 |
| commit | c39eb90f37012bc77ea034bc62d1dc8ff0646472 (patch) | |
| tree | 9877e782dcf373f0b22a3364dd54f8ca40e24b52 /configs | |
| parent | 08ae12be8509daf3d1c5a148b8a50c0ffb6457c2 (diff) | |
mx6ul_14x14_evk: Remove unneeded USB board code
With CONFIG_DM_USB, there is no longer the need for any USB board code
anymore.
Remove the unneeded USB board code.
While at it, also remove the uneeeded CONFIG_USB_MAX_CONTROLLER_COUNT
option.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/mx6ul_14x14_evk_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx6ul_14x14_evk_defconfig b/configs/mx6ul_14x14_evk_defconfig index bbeb364e256..522c5660d72 100644 --- a/configs/mx6ul_14x14_evk_defconfig +++ b/configs/mx6ul_14x14_evk_defconfig @@ -92,7 +92,6 @@ CONFIG_SOFT_SPI=y CONFIG_IMX_THERMAL=y CONFIG_USB=y CONFIG_SPL_USB_HOST=y -CONFIG_USB_MAX_CONTROLLER_COUNT=2 CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y CONFIG_SPL_USB_GADGET=y |
