Kconfig 554 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config ISDBT
  2. bool "isdbt"
  3. default n
  4. choice
  5. depends on ISDBT
  6. prompt "isdbt driver"
  7. default ISDBT_FC8150
  8. config ISDBT_FC8150
  9. bool "ISDBT_FC8150"
  10. config ISDBT_FC8300
  11. bool "ISDBT_FC8300"
  12. config ISDBT_FC8300_SPI
  13. bool "ISDBT_FC8300_SPI"
  14. config ISDBT_FC8150_SPI
  15. bool "ISDBT_FC8150_SPI"
  16. config ISDBT_FC8150_HKDI
  17. bool "ISDBT_FC8150_HKDI"
  18. endchoice
  19. config ISDBT_SPMI
  20. bool "isdbt spmi"
  21. default n
  22. config ISDBT_ANT_DET
  23. bool "isdbt antenna detection"
  24. default n
  25. config ISDBT_F_TYPE_ANTENNA
  26. bool "isdbt F type antenna"
  27. default n