Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config MTK_FMRADIO
  2. bool CONFIG_MTK_FMRADIO
  3. default n
  4. help
  5. This config is used to choose
  6. if need to compile fmradio folder.
  7. Will compile fmradio folder if set to 'y',
  8. otherwise will not compile fmradio folder.
  9. config MTK_FM
  10. bool "MediaTek FM Chip Support"
  11. default n
  12. help
  13. This config is used to choose
  14. if use MTK FM chip or not.
  15. Will used MTK FM chip if set to 'y',
  16. otherwise will not use MTK FM chip.
  17. config MTK_FM_SUPPORT
  18. bool "MTK_FM_SUPPORT"
  19. default n
  20. help
  21. This config is used to choose
  22. switch off Android FM or not.
  23. All features(RX&TX) of FM will be enabled if set to 'y',
  24. otherwise will be disabled.
  25. config MTK_FM_CHIP
  26. string "MTK_FM_CHIP"
  27. depends on MTK_FM_SUPPORT
  28. default "MT6620_FM" if MTK_COMBO_CHIP_MT6620
  29. default "MT6630_FM" if MTK_COMBO_CHIP_MT6630
  30. help
  31. This config is used to choose
  32. which FM radio chip to use:
  33. e.g. MT6620_FM, MT6628_FM, MT6627_FM,
  34. MT6580_FM, MT6630_FM...
  35. config MTK_FM_50KHZ_SUPPORT
  36. bool "MTK_FM_50KHZ_SUPPORT"
  37. depends on MTK_FM_SUPPORT
  38. help
  39. This config is used to choose
  40. if need to support FM 50KHz step or not
  41. for tune/seek/scan functions.
  42. Will support 50KHz step if set to 'y',
  43. otherwise will not support 50KHz step.
  44. config MTK_MERGE_INTERFACE_SUPPORT
  45. bool "MTK_MERGE_INTERFACE_SUPPORT"
  46. help
  47. This config used to control Audio
  48. path is merge interface or not.
  49. Audio/FM will use merge interface if yes,
  50. otherwise merge interface is not used.