forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/nfc/pn533/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_PN533
23 tristate
34 help
....@@ -8,7 +9,7 @@
89 tristate "NFC PN533 device support (USB)"
910 depends on USB
1011 select NFC_PN533
11
- ---help---
12
+ help
1213 This module adds support for the NXP pn533 USB interface.
1314 Select this if your platform is using the USB bus.
1415
....@@ -19,9 +20,20 @@
1920 tristate "NFC PN533 device support (I2C)"
2021 depends on I2C
2122 select NFC_PN533
22
- ---help---
23
+ help
2324 This module adds support for the NXP pn533 I2C interface.
2425 Select this if your platform is using the I2C bus.
2526
2627 If you choose to build a module, it'll be called pn533_i2c.
2728 Say N if unsure.
29
+
30
+config NFC_PN532_UART
31
+ tristate "NFC PN532 device support (UART)"
32
+ depends on SERIAL_DEV_BUS
33
+ select NFC_PN533
34
+ help
35
+ This module adds support for the NXP pn532 UART interface.
36
+ Select this if your platform is using the UART bus.
37
+
38
+ If you choose to build a module, it'll be called pn532_uart.
39
+ Say N if unsure.