0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config NFC_ST95HF
0003 tristate "ST95HF NFC Transceiver driver"
0004 depends on SPI && NFC_DIGITAL
0005 help
0006 This enables the ST NFC driver for ST95HF NFC transceiver.
0007 This makes use of SPI framework to communicate with transceiver
0008 and registered with NFC digital core to support Linux NFC framework.
0009
0010 Say Y here to compile support for ST NFC transceiver ST95HF
0011 linux driver into the kernel or say M to compile it as module.