kernel/drivers/hsi/controllers/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 # 2 3 # HSI controllers configuration 3 4 # .. .. @@ -7,7 +8,7 @@ 7 8 tristate "OMAP SSI hardware driver" 8 9 depends on HSI && OF && ARM && COMMON_CLK 9 10 depends on ARCH_OMAP3 || COMPILE_TEST 10 - ---help---11 + help11 12 SSI is a legacy version of HSI. It is usually used to connect 12 13 an application engine with a cellular modem. 13 14 If you say Y here, you will enable the OMAP SSI hardware driver.