mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
0b73ef7992
It appears that TI WiLink devices including NFC (WL185x/WL189x) never shipped. The only information I found were announcements in Feb 2012 about the parts. There's been no activity on this driver besided common changes since initially added in Jan 2012. There's also no in users that instantiate the platform device (nor DT bindings). This is a first step in removing TI ST (shared transport) driver in favor of extending the BT hci_ll driver to support WL183x chips. Cc: Ilan Elias <ilane@ti.com> Cc: Marcel Holtmann <marcel@holtmann.org> Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Cc: linux-wireless@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
19 lines
555 B
Makefile
19 lines
555 B
Makefile
#
|
|
# Makefile for nfc devices
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_FDP) += fdp/
|
|
obj-$(CONFIG_NFC_PN544) += pn544/
|
|
obj-$(CONFIG_NFC_MICROREAD) += microread/
|
|
obj-$(CONFIG_NFC_PN533) += pn533/
|
|
obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
|
|
obj-$(CONFIG_NFC_SIM) += nfcsim.o
|
|
obj-$(CONFIG_NFC_PORT100) += port100.o
|
|
obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
|
|
obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
|
|
obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
|
|
obj-$(CONFIG_NFC_ST_NCI) += st-nci/
|
|
obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/
|
|
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5/
|
|
obj-$(CONFIG_NFC_ST95HF) += st95hf/
|