| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config NFC_S3FWRN5 |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | select CRYPTO |
|---|
| 4 | | - ---help--- |
|---|
| 5 | + select CRYPTO_HASH |
|---|
| 6 | + help |
|---|
| 5 | 7 | Core driver for Samsung S3FWRN5 NFC chip. Contains core utilities |
|---|
| 6 | 8 | of chip. It's intended to be used by PHYs to avoid duplicating lots |
|---|
| 7 | 9 | of common code. |
|---|
| .. | .. |
|---|
| 11 | 13 | depends on NFC_NCI && I2C |
|---|
| 12 | 14 | select NFC_S3FWRN5 |
|---|
| 13 | 15 | default n |
|---|
| 14 | | - ---help--- |
|---|
| 16 | + help |
|---|
| 15 | 17 | This module adds support for an I2C interface to the S3FWRN5 chip. |
|---|
| 16 | 18 | Select this if your platform is using the I2C bus. |
|---|
| 17 | 19 | |
|---|