Blame view

net/nfc/Kconfig 805 Bytes
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
1
2
3
4
5
  #
  # NFC sybsystem configuration
  #
  
  menuconfig NFC
deccb2a20   Kees Cook   NFC: Remove CONFI...
6
  	depends on NET
c204ea092   Marcel Holtmann   NFC: Add missing ...
7
  	depends on RFKILL || !RFKILL
deccb2a20   Kees Cook   NFC: Remove CONFI...
8
  	tristate "NFC subsystem support"
3e256b8f8   Lauro Ramos Venancio   NFC: add nfc subs...
9
10
11
12
13
14
15
  	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...
16
17
  config NFC_DIGITAL
  	depends on NFC
2c66daecc   Thierry Escande   NFC Digital: Add ...
18
  	select CRC_CCITT
8c0695e49   Thierry Escande   NFC Digital: Add ...
19
  	select CRC_ITU_T
4b10884eb   Thierry Escande   NFC: Digital Prot...
20
21
22
23
24
25
26
27
28
  	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...
29
  source "net/nfc/nci/Kconfig"
8b8d2e08b   Eric Lapuyade   NFC: HCI support
30
  source "net/nfc/hci/Kconfig"
6a2968aaf   Ilan Elias   NFC: basic NCI pr...
31

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