forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/nfc/s3fwrn5/Kconfig
....@@ -1,7 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config NFC_S3FWRN5
23 tristate
34 select CRYPTO
4
- ---help---
5
+ select CRYPTO_HASH
6
+ help
57 Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities
68 of chip. It's intended to be used by PHYs to avoid duplicating lots
79 of common code.
....@@ -11,7 +13,7 @@
1113 depends on NFC_NCI && I2C
1214 select NFC_S3FWRN5
1315 default n
14
- ---help---
16
+ help
1517 This module adds support for an I2C interface to the S3FWRN5 chip.
1618 Select this if your platform is using the I2C bus.
1719