Kconfig (4ba25a496f62129a2ad8c2436ab2b402752dc66c) Kconfig (562d4d59b8a1d5f3ca75115d6ac10c7b7bc68c06)
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config NFC_PN533

--- 32 unchanged lines hidden (view full) ---

41 help
42 This driver declares two virtual NFC devices supporting NFC-DEP
43 protocol. An LLCP connection can be established between them and
44 all packets sent from one device is sent back to the other, acting as
45 loopback devices.
46
47 If unsure, say N.
48
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config NFC_PN533

--- 32 unchanged lines hidden (view full) ---

41 help
42 This driver declares two virtual NFC devices supporting NFC-DEP
43 protocol. An LLCP connection can be established between them and
44 all packets sent from one device is sent back to the other, acting as
45 loopback devices.
46
47 If unsure, say N.
48
49config NFC_PORT100
50 tristate "Sony NFC Port-100 Series USB device support"
51 depends on USB
52 depends on NFC_DIGITAL
53 help
54 This adds support for Sony Port-100 chip based USB devices such as the
55 RC-S380 dongle.
56
57 If unsure, say N.
58
49source "drivers/nfc/pn544/Kconfig"
50source "drivers/nfc/microread/Kconfig"
51
52endmenu
59source "drivers/nfc/pn544/Kconfig"
60source "drivers/nfc/microread/Kconfig"
61
62endmenu