Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #
  2. # MTV config states
  3. #
  4. ############################################
  5. # Define following features for MOBILETV(MTV) in defconfig file
  6. ############################################
  7. # ex..
  8. # MTV function - CONFIG_MTV
  9. # AP Vendor - CONFIG_MTV_QUALCOMM
  10. # Chip Vendor - CONFIG_MTV_MTV222
  11. # Interface - CONFIG_MTV_SPI
  12. ############################################
  13. config MTV
  14. bool "ISDB-T"
  15. default n
  16. help
  17. This allows MTV.
  18. This module is designed for SPI or TSIF.
  19. Select chipset and interface
  20. choice
  21. depends on MTV
  22. prompt "AP vendor"
  23. default MTV_QUALCOMM
  24. config MTV_QUALCOMM
  25. bool "Qualcomm"
  26. config MTV_SLSI
  27. bool "S.LSI"
  28. config MTV_MARVELL
  29. bool "Marvell"
  30. endchoice
  31. choice
  32. depends on MTV
  33. prompt "chip"
  34. default MTV_FC8300
  35. config MTV_FC8150
  36. bool "FCI8150"
  37. config MTV_FC8300
  38. bool "FCI8300"
  39. config MTV_MTV222
  40. bool "MTV222"
  41. config MTV_MTV23x
  42. bool "MTV23x"
  43. endchoice
  44. config MTV_SPI
  45. depends on MTV
  46. default n
  47. bool "SPI"
  48. config MTV_EBI
  49. depends on MTV
  50. default n
  51. bool "EBI"
  52. config MTV_TSIF
  53. depends on MTV
  54. default n
  55. bool "TSIF"
  56. config MTV_I2C
  57. depends on MTV
  58. default n
  59. bool "I2C"
  60. config MTV_SIMUL
  61. depends on MTV
  62. default n
  63. bool "Simulation"
  64. config MTV_DEBUG
  65. depends on MTV
  66. default n
  67. bool "isdbt debugfs"
  68. config MTV_ANT_DET
  69. depends on MTV
  70. default n
  71. bool "isdbt antenna detector"