Kconfig 214 B

12345678910111213
  1. # Kconfig - USB host class drivers configuration options
  2. #
  3. # Copyright (c) 2020 Actions Corporation.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. if USB_HOST_STACK
  8. rsource "storage/Kconfig"
  9. endif # USB_HOST_STACK