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

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

63 depends on USB
64 depends on NFC_DIGITAL
65 help
66 This adds support for Sony Port-100 chip based USB devices such as the
67 RC-S380 dongle.
68
69 If unsure, say N.
70
1#
2# Near Field Communication (NFC) devices
3#
4
5menu "Near Field Communication (NFC) devices"
6 depends on NFC
7
8config NFC_PN533

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

63 depends on USB
64 depends on NFC_DIGITAL
65 help
66 This adds support for Sony Port-100 chip based USB devices such as the
67 RC-S380 dongle.
68
69 If unsure, say N.
70
71source "drivers/nfc/fdp/Kconfig"
71source "drivers/nfc/pn544/Kconfig"
72source "drivers/nfc/microread/Kconfig"
73source "drivers/nfc/nfcmrvl/Kconfig"
74source "drivers/nfc/st21nfca/Kconfig"
75source "drivers/nfc/st-nci/Kconfig"
76source "drivers/nfc/nxp-nci/Kconfig"
77source "drivers/nfc/s3fwrn5/Kconfig"
78endmenu
72source "drivers/nfc/pn544/Kconfig"
73source "drivers/nfc/microread/Kconfig"
74source "drivers/nfc/nfcmrvl/Kconfig"
75source "drivers/nfc/st21nfca/Kconfig"
76source "drivers/nfc/st-nci/Kconfig"
77source "drivers/nfc/nxp-nci/Kconfig"
78source "drivers/nfc/s3fwrn5/Kconfig"
79endmenu