Kconfig 853 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Samsung System LSI - Near Field Communication (NFC) devices
  3. #
  4. config SEC_NFC_SENN3AB
  5. bool "Samsung NFC driver"
  6. default n
  7. help
  8. SAMSUNG NFC Driver.
  9. This driver provides support for SAMSUNG NFC products.
  10. You should select your NFC product and interface.
  11. Say Y here to compile support for SAMSUNG NFC driver into the
  12. kernel.
  13. config SEC_NFC_SENN3AB_FN
  14. bool "SENN3AB_FN"
  15. depends on SEC_NFC_SENN3AB
  16. default n
  17. help
  18. SAMSUNG NFC Driver for Felica Networks.
  19. This driver provides support for SAMSUNG NFC products.
  20. You should select your NFC product and interface.
  21. Say Y here to compile support for SAMSUNG NFC driver for into the
  22. kernel.
  23. config NFC_DEBUG
  24. bool "NFC debug enable"
  25. default n
  26. help
  27. Say Y here to enable debugging support for the SAMSUNG NFC drivers.