summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
new file mode 100644
index 0000000..b1ca6c3
--- /dev/null
+++ b/Kconfig
@@ -0,0 +1,28 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Near Field Communication (NFC) devices
+#
+
+config NFC_ST21NFC
+ tristate "ST Microelectronics ST21NFC NFC Controller Driver"
+ depends on I2C
+ help
+ ST Microelectronics ST21NFC Near Field Communication controller support.
+
+config NFC_ST21NFC_NO_CRYSTAL
+ bool "ST Microelectronics ST21NFC NFC Controller Driver, no external crystal"
+ depends on NFC_ST21NFC
+ help
+ ST Microelectronics ST21NFC Near Field Communication controller support.
+
+config ESE_ST54
+ tristate "ST Microelectronics ST54 family ESE driver"
+ depends on SPI
+ help
+ ST Microelectronics ST54 ESE Near Field Communication controller support.
+
+config ESE_ST33
+ tristate "ST Microelectronics ST33 ESE driver"
+ depends on SPI
+ help
+ ST Microelectronics ST33 ESE Near Field Communication controller support.