Blame view

net/nfc/Kconfig 845 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
2
3
4
5
6
  #
  # NFC sybsystem configuration
  #
  
  menuconfig NFC
deccb2a20   Kees Cook   NFC: Remove CONFI...
7
  	depends on NET
c204ea092   Marcel Holtmann   NFC: Add missing ...
8
  	depends on RFKILL || !RFKILL
deccb2a20   Kees Cook   NFC: Remove CONFI...
9
  	tristate "NFC subsystem support"
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
10
11
12
13
14
15
16
  	default n
  	help
  	  Say Y here if you want to build support for NFC (Near field
  	  communication) devices.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called nfc.
4b10884eb   Thierry Escande   NFC: Digital Prot...
17
18
  config NFC_DIGITAL
  	depends on NFC
2c66daecc   Thierry Escande   NFC Digital: Add ...
19
  	select CRC_CCITT
8c0695e49   Thierry Escande   NFC Digital: Add ...
20
  	select CRC_ITU_T
4b10884eb   Thierry Escande   NFC: Digital Prot...
21
22
23
24
25
26
27
28
29
  	tristate "NFC Digital Protocol stack support"
  	default n
  	help
  	  Say Y if you want to build NFC digital protocol stack support.
  	  This is needed by NFC chipsets whose firmware only implement
  	  the NFC analog layer.
  
  	  To compile this support as a module, choose M here: the module will
  	  be called nfc_digital.
6a2968aaf   Ilan Elias   NFC: basic NCI pr...
30
  source "net/nfc/nci/Kconfig"
8b8d2e08b   Eric Lapuyade   NFC: HCI support
31
  source "net/nfc/hci/Kconfig"
6a2968aaf   Ilan Elias   NFC: basic NCI pr...
32

3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
33
  source "drivers/nfc/Kconfig"