mbox series

[0/2] Fix dependencies of USB Kconfig options

Message ID 20230709130958.7666-1-ashok.reddy.soma@amd.com
Headers show
Series Fix dependencies of USB Kconfig options | expand

Message

Ashok Reddy Soma July 9, 2023, 1:09 p.m. UTC
When USB device driver CONFIG_USB and CONFIG_CMD_USB are disabled, some
compilation issues are seen. Also CMD_THOR_DOWNLOAD should depend on
CONFIG_CMD_USB. Add dependencies to resolve those issues and compile
properly. Also remove unused config CONFIG_ZYNQMP_USB.


Ashok Reddy Soma (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                          | 1 +
 configs/xilinx_zynqmp_virt_defconfig | 1 -
 include/configs/xilinx_zynqmp.h      | 4 ++--
 4 files changed, 3 insertions(+), 6 deletions(-)