Kconfig 787 B

123456789101112131415161718192021222324252627
  1. menuconfig MTK_NFC
  2. tristate "NFC drivers"
  3. default n
  4. ---help---
  5. Say Y here for supporting NFC.
  6. Say Y here for supporting NFC.
  7. Say Y here for supporting NFC.
  8. if MTK_NFC
  9. config NFC_MT6605 # MTK_NFC
  10. tristate "MediaTek NFC driver"
  11. default n
  12. help
  13. Y means NFC_MT6605 define if use Mediatek NFC Function to provide reader
  14. Card emulation or P2P function. If you are not sure about this, set n.
  15. Y means NFC_MT6605 define if use Mediatek NFC Function to provide reader
  16. Card emulation or P2P function. If you are not sure about this, set n.
  17. config NFC_MSR3110
  18. tristate "MSR3110 NFC driver"
  19. default n
  20. help
  21. Y means NFC_MSR3110 define if use MSTAR NFC Function to provide reader
  22. Card emulation or P2P function. If you are not sure about this, set n.
  23. endif # NFC