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