Kconfig 406 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # HSI driver configuration
  4. #
  5. menuconfig HSI
  6. tristate "HSI support"
  7. help
  8. The "High speed synchronous Serial Interface" is
  9. synchronous serial interface used mainly to connect
  10. application engines and cellular modems.
  11. if HSI
  12. config HSI_BOARDINFO
  13. bool
  14. default y
  15. source "drivers/hsi/controllers/Kconfig"
  16. source "drivers/hsi/clients/Kconfig"
  17. endif # HSI