Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Shikha Singh | cab4733 | 2015-12-22 00:03:30 +0100 | [diff] [blame] | 2 | config NFC_ST95HF |
| 3 | tristate "ST95HF NFC Transceiver driver" |
| 4 | depends on SPI && NFC_DIGITAL |
| 5 | help |
| 6 | This enables the ST NFC driver for ST95HF NFC transceiver. |
| 7 | This makes use of SPI framework to communicate with transceiver |
| 8 | and registered with NFC digital core to support Linux NFC framework. |
| 9 | |
| 10 | Say Y here to compile support for ST NFC transceiver ST95HF |
| 11 | linux driver into the kernel or say M to compile it as module. |