• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# USB configuration
4#
5
6if AW_BSP && USB_SUPPORT
7
8if USB
9
10source "$(BSP_TOP)drivers/usb/host/Kconfig"
11
12endif # USB
13
14source "$(BSP_TOP)drivers/usb/sunxi_usb/Kconfig"
15
16endif # USB_SUPPORT
17