[PATCH v2 0/2] Fix dependencies of USB Kconfig options
Michal Simek
michal.simek at amd.com
Mon Sep 18 16:20:31 CEST 2023
On 9/4/23 05:15, Venkatesh Yadav Abbarapu wrote:
> When USB device driver CONFIG_USB and CONFIG_CMD_USB are disabled,
> some compilation issues are seen. Also CMD_THOR_DOWNLOAD should
> depend on USB_GADGET_DOWNLOAD. Add dependencies to resolve those
> issues and compile properly. Also remove unused config CONFIG_ZYNQMP_USB.
>
> Changes in v2:
> - Added the dependency on USB_GADGET_DOWNLOAD for CMD_THOR_DOWNLOAD.
>
> Venkatesh Yadav Abbarapu (2):
> cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD
> zynqmp: config: Add proper dependencies for USB
>
> arch/arm/mach-zynqmp/Kconfig | 3 ---
> cmd/Kconfig | 2 ++
> configs/xilinx_zynqmp_virt_defconfig | 1 -
> include/configs/xilinx_zynqmp.h | 4 ++--
> 4 files changed, 4 insertions(+), 6 deletions(-)
>
Applied.
M
More information about the U-Boot
mailing list