Kconfig 466 B

123456789101112131415161718192021
  1. menu "Amlogic intenal modem Support"
  2. config AMLOGIC_MODEM
  3. bool "Amlogic intenal modem support"
  4. select IN_3G_SUPPLY
  5. default n
  6. help
  7. Say Y here if you want to use the amlogic intenal modem management.
  8. config AMLOGIC_MODEM_PM
  9. bool "Amlogic intenal modem power on/off when system suspend/resume"
  10. depends on AMLOGIC_MODEM
  11. help
  12. Say Y here if you want to Amlogic intenal modem power on/off
  13. when system suspend/resume.
  14. If unsure, say N.
  15. endmenu