forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/char/tpm/st33zp24/Kconfig
....@@ -1,6 +1,7 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config TCG_TIS_ST33ZP24
23 tristate
3
- ---help---
4
+ help
45 STMicroelectronics ST33ZP24 core driver. It implements the core
56 TPM1.2 logic and hooks into the TPM kernel APIs. Physical layers will
67 register against it.
....@@ -12,7 +13,7 @@
1213 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (I2C)"
1314 depends on I2C
1415 select TCG_TIS_ST33ZP24
15
- ---help---
16
+ help
1617 This module adds support for the STMicroelectronics TPM security chip
1718 ST33ZP24 with i2c interface.
1819 To compile this driver as a module, choose M here; the module will be
....@@ -22,7 +23,7 @@
2223 tristate "STMicroelectronics TPM Interface Specification 1.2 Interface (SPI)"
2324 depends on SPI
2425 select TCG_TIS_ST33ZP24
25
- ---help---
26
+ help
2627 This module adds support for the STMicroelectronics TPM security chip
2728 ST33ZP24 with spi interface.
2829 To compile this driver as a module, choose M here; the module will be