hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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