[PATCH 0/2] Fix dependencies of USB Kconfig options
    Ashok Reddy Soma 
    ashok.reddy.soma at amd.com
       
    Sun Jul  9 15:09:56 CEST 2023
    
    
  
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(-)
-- 
2.17.1
    
    
More information about the U-Boot
mailing list