commit | 4e9227641ee3585552619322049c75f8f5d7f076 | [log] [tgz] |
---|---|---|
author | Declan Snyder <declan.snyder@nxp.com> | Mon Aug 12 14:41:47 2024 -0500 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu Aug 22 09:14:24 2024 +0200 |
tree | 38aa12c65258077b0a4d4aba3f0c93f0724d8b87 | |
parent | dae9e75e0477313e6ea08f8c0c645d41ffaa5a2d [diff] |
drivers: usb device: Remove MCUX controller type The CONFIG_USB_MCUX_CONTROLLER_TYPE choice config is not necessary, let's just remove it. Theoretically, if there was an SOC with the EHCI and LPCIP3511, then it might cause a build error, but there is no SOC which is supported on this legacy driver that has that. Remove all settings of it in the SOC files. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>