hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/hsi/controllers/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # HSI controllers configuration
34 #
....@@ -7,7 +8,7 @@
78 tristate "OMAP SSI hardware driver"
89 depends on HSI && OF && ARM && COMMON_CLK
910 depends on ARCH_OMAP3 || COMPILE_TEST
10
- ---help---
11
+ help
1112 SSI is a legacy version of HSI. It is usually used to connect
1213 an application engine with a cellular modem.
1314 If you say Y here, you will enable the OMAP SSI hardware driver.