Kconfig 418 B

1234567891011121314151617181920
  1. #
  2. # NFC sybsystem configuration
  3. #
  4. menuconfig NFC
  5. depends on NET && EXPERIMENTAL
  6. tristate "NFC subsystem support (EXPERIMENTAL)"
  7. default n
  8. help
  9. Say Y here if you want to build support for NFC (Near field
  10. communication) devices.
  11. To compile this support as a module, choose M here: the module will
  12. be called nfc.
  13. source "net/nfc/nci/Kconfig"
  14. source "net/nfc/llcp/Kconfig"
  15. source "drivers/nfc/Kconfig"