Kconfig 413 B

12345678910111213141516
  1. #
  2. # HSI controllers configuration
  3. #
  4. comment "HSI controllers"
  5. config OMAP_SSI
  6. tristate "OMAP SSI hardware driver"
  7. depends on HSI && OF && ARM && COMMON_CLK
  8. depends on ARCH_OMAP3 || COMPILE_TEST
  9. ---help---
  10. SSI is a legacy version of HSI. It is usually used to connect
  11. an application engine with a cellular modem.
  12. If you say Y here, you will enable the OMAP SSI hardware driver.
  13. If unsure, say N.