Kconfig 476 B

12345678910111213141516171819
  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 && (ARCH_OMAP3 || (ARM && COMPILE_TEST))
  8. ---help---
  9. SSI is a legacy version of HSI. It is usually used to connect
  10. an application engine with a cellular modem.
  11. If you say Y here, you will enable the OMAP SSI hardware driver.
  12. If unsure, say N.
  13. config OMAP_SSI_PORT
  14. tristate
  15. default m if OMAP_SSI=m
  16. default y if OMAP_SSI=y