xref: /linux/drivers/nfc/Kconfig (revision 0329326e85aaa30fb8d427828c718d565c287385)
1*0329326eSMatti J. Aaltonen#
2*0329326eSMatti J. Aaltonen# Near Field Communication (NFC) devices
3*0329326eSMatti J. Aaltonen#
4*0329326eSMatti J. Aaltonen
5*0329326eSMatti J. Aaltonenmenuconfig NFC_DEVICES
6*0329326eSMatti J. Aaltonen	bool "NFC devices"
7*0329326eSMatti J. Aaltonen	default n
8*0329326eSMatti J. Aaltonen	---help---
9*0329326eSMatti J. Aaltonen	  You'll have to say Y if your computer contains an NFC device that
10*0329326eSMatti J. Aaltonen	  you want to use under Linux.
11*0329326eSMatti J. Aaltonen
12*0329326eSMatti J. Aaltonen	  You can say N here if you don't have any Near Field Communication
13*0329326eSMatti J. Aaltonen	  devices connected to your computer.
14*0329326eSMatti J. Aaltonen
15*0329326eSMatti J. Aaltonenif NFC_DEVICES
16*0329326eSMatti J. Aaltonen
17*0329326eSMatti J. Aaltonenconfig PN544_NFC
18*0329326eSMatti J. Aaltonen	tristate "PN544 NFC driver"
19*0329326eSMatti J. Aaltonen	depends on I2C
20*0329326eSMatti J. Aaltonen	select CRC_CCITT
21*0329326eSMatti J. Aaltonen	default n
22*0329326eSMatti J. Aaltonen	---help---
23*0329326eSMatti J. Aaltonen	  Say yes if you want PN544 Near Field Communication driver.
24*0329326eSMatti J. Aaltonen	  This is for i2c connected version. If unsure, say N here.
25*0329326eSMatti J. Aaltonen
26*0329326eSMatti J. Aaltonen	  To compile this driver as a module, choose m here. The module will
27*0329326eSMatti J. Aaltonen	  be called pn544.
28*0329326eSMatti J. Aaltonen
29*0329326eSMatti J. Aaltonen
30*0329326eSMatti J. Aaltonenendif # NFC_DEVICES
31