Skip to content

Commit

Permalink
fix bsp path
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Aug 17, 2024
1 parent 4cbc9db commit 4edf3fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bsp/drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ menu "USB Drivers"

if AW_BSP && USB_SUPPORT

source "$(BSP_TOP)drivers/usb/dwc3/Kconfig"
source "bsp/drivers/usb/dwc3/Kconfig"

if USB

source "$(BSP_TOP)drivers/usb/host/Kconfig"
source "bsp/drivers/usb/host/Kconfig"

endif # USB

source "$(BSP_TOP)drivers/usb/sunxi_usb/Kconfig"
source "bsp/drivers/usb/sunxi_usb/Kconfig"

source "$(BSP_TOP)drivers/usb/typec/Kconfig"
source "bsp/drivers/usb/typec/Kconfig"

source "$(BSP_TOP)drivers/usb/gadget/Kconfig"
source "bsp/drivers/usb/gadget/Kconfig"

endif # USB_SUPPORT

Expand Down

0 comments on commit 4edf3fb

Please sign in to comment.