Kconfig 274 B

1234567891011121314
  1. # Kconfig - USB host storage driver configuration options
  2. #
  3. # Copyright (c) 2020 Actions Corporation.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0
  6. #
  7. config USB_HOST_STORAGE
  8. bool
  9. prompt "USB Host Mass Storage support"
  10. default n
  11. help
  12. Enable USB Host Mass Storage support.