diff options
author | Thierry Escande <thierry.escande@linux.intel.com> | 2013-10-04 06:12:00 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-10-07 08:09:33 -0400 |
commit | 562d4d59b8a1d5f3ca75115d6ac10c7b7bc68c06 (patch) | |
tree | 825309abdc1268dbd44f584ce4ba9a414d491cb3 /drivers/nfc/Kconfig | |
parent | 93ad42020c2d3fb4a277cc04c014e1ea0d8b0850 (diff) |
NFC: Sony Port-100 Series driver
This adds support for the Sony NFC USB dongle RC-S380, based on the
Port-100 chip. This dongle is an analog frontend and does not implement
the digital layer. This driver uses the nfc_digital module which is an
implementation of the NFC Digital Protocol stack.
This patch is a skeleton. It only registers the dongle against the NFC
digital protocol stack. All NFC digital operation functions are stubbed
out.
Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
Cc: Stephen Tiedemann <stephen.tiedemann@gmail.com>
Tested-by: Cho, Yu-Chen <acho@suse.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r-- | drivers/nfc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index b0b64ccb7d7d..c1fb20603338 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig | |||
@@ -46,6 +46,16 @@ config NFC_SIM | |||
46 | 46 | ||
47 | If unsure, say N. | 47 | If unsure, say N. |
48 | 48 | ||
49 | config 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 | |||
49 | source "drivers/nfc/pn544/Kconfig" | 59 | source "drivers/nfc/pn544/Kconfig" |
50 | source "drivers/nfc/microread/Kconfig" | 60 | source "drivers/nfc/microread/Kconfig" |
51 | 61 | ||