David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # HSI controllers configuration |
| 4 | # |
| 5 | comment "HSI controllers" |
| 6 | |
| 7 | config OMAP_SSI |
| 8 | tristate "OMAP SSI hardware driver" |
| 9 | depends on HSI && OF && ARM && COMMON_CLK |
| 10 | depends on ARCH_OMAP3 || COMPILE_TEST |
| 11 | ---help--- |
| 12 | SSI is a legacy version of HSI. It is usually used to connect |
| 13 | an application engine with a cellular modem. |
| 14 | If you say Y here, you will enable the OMAP SSI hardware driver. |
| 15 | |
| 16 | If unsure, say N. |