Kconfig 372 B

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