mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
9815c7cf22
The driver now has all core stuff isolated in one file, and all the hardware link specifics in another. Writing a pn533 driver on top of another hardware link is now just a matter of adding a new file for that new hardware specifics. The first user of this separation will be the i2c based pn532 driver that reuses pn533 core implementation on top of an i2c layer. Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
config NFC_PN533
|
|
tristate
|
|
help
|
|
NXP PN533 core driver.
|
|
This driver provides core functionality for NXP PN533 NFC devices.
|
|
|
|
config NFC_PN533_USB
|
|
tristate "NFC PN533 device support (USB)"
|
|
depends on USB
|
|
select NFC_PN533
|
|
---help---
|
|
This module adds support for the NXP pn533 USB interface.
|
|
Select this if your platform is using the USB bus.
|
|
|
|
If you choose to build a module, it'll be called pn533_usb.
|
|
Say N if unsure.
|