[PATCH 3/3] qcom_defconfig: Enable MSM8916 USB PHY + ChipIdea UDC
Stephan Gerhold
stephan.gerhold at linaro.org
Wed Apr 16 21:03:44 CEST 2025
On Sat, Apr 12, 2025 at 07:40:11PM +0000, Sam Day wrote:
> Now that the ChipIdea UDC driver supports USB Gadget driver model, we
> can enable it alongside the dwc3 generic driver.
>
> Signed-off-by: Sam Day <me at samcday.com>
> ---
> configs/qcom_defconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
> index 537806450dc4a61d3c617cdd2b0cfb8eab1c343c..e8582d4e6bd2fae4ff2f7e34dc32651ea2de76bc 100644
> --- a/configs/qcom_defconfig
> +++ b/configs/qcom_defconfig
> @@ -45,6 +45,7 @@ CONFIG_OF_UPSTREAM_BUILD_VENDOR=y
> CONFIG_USE_DEFAULT_ENV_FILE=y
> CONFIG_DEFAULT_ENV_FILE="board/qualcomm/default.env"
> CONFIG_BUTTON_QCOM_PMIC=y
> +CONFIG_CI_UDC=y
> CONFIG_CLK=y
> CONFIG_CLK_STUB=y
> CONFIG_CLK_QCOM_APQ8016=y
> @@ -121,6 +122,7 @@ CONFIG_RNG_MSM=y
> CONFIG_SCSI=y
> CONFIG_MSM_SERIAL=y
> CONFIG_MSM_GENI_SERIAL=y
> +CONFIG_MSM8916_USB_PHY=y
> CONFIG_SOC_QCOM=y
> CONFIG_QCOM_COMMAND_DB=y
> CONFIG_QCOM_RPMH=y
> @@ -133,6 +135,10 @@ CONFIG_USB_XHCI_HCD=y
> CONFIG_USB_XHCI_DWC3=y
> CONFIG_USB_DWC3=y
> CONFIG_USB_DWC3_GENERIC=y
> +CONFIG_USB_EHCI_HCD=y
> +CONFIG_USB_EHCI_MSM=y
> +CONFIG_USB_ULPI=y
> +CONFIG_USB_ULPI_VIEWPORT=y
> CONFIG_USB_GADGET=y
> CONFIG_USB_GADGET_DOWNLOAD=y
> CONFIG_USB_FUNCTION_MASS_STORAGE=y
Please run "make savedefconfig" "cp defconfig configs/qcom_defconfig".
Defconfigs are not alphabetically ordered, they are ordered based on the
definitions in the Kconfig files. And some of the options (e.g.
CONFIG_MSM8916_USB_PHY) will disappear because they're already selected
by other options. :-)
Thanks,
Stephan
More information about the U-Boot
mailing list