summaryrefslogtreecommitdiff
path: root/Kconfig
blob: b1ca6c333079316275d883bf6209fe98f1ee7470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.