Kconfig 669 B

12345678910111213141516171819202122232425262728293031323334353637
  1. menuconfig SEC_MODEM
  2. bool "Samsung Mobile Modem Interface"
  3. default n
  4. ---help---
  5. Samsung Modem Interface Driver.
  6. 21u021u0
  7. config GSM_MODEM_SPRD6500
  8. bool "modem chip : GSM_MODEM_SPRD6500"
  9. depends on SEC_MODEM
  10. default n
  11. config LINK_DEVICE_SPI
  12. bool "modem driver link device SPI"
  13. depends on SEC_MODEM
  14. default n
  15. config WORKQUEUE_FRONT
  16. bool "IPC: SPI workqueue front"
  17. depends on SEC_MODEM
  18. default n
  19. config SEC_DUAL_MODEM_MODE
  20. bool "sec dual modem mode"
  21. depends on SEC_MODEM
  22. default n
  23. config SIM_SLOT_SWITCH
  24. bool "SIM_SLOT_SWITCH"
  25. depends on SEC_MODEM
  26. default n
  27. config GSM_MODEM_GG_DUOS
  28. bool "GSM_MODEM_GG_DUOS"
  29. depends on SEC_MODEM
  30. default n