diff options
-rw-r--r-- | drivers/hsi/clients/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/clients/Kconfig b/drivers/hsi/clients/Kconfig index 71b9f9ab86e4..bc60dec3f586 100644 --- a/drivers/hsi/clients/Kconfig +++ b/drivers/hsi/clients/Kconfig | |||
@@ -15,7 +15,7 @@ config NOKIA_MODEM | |||
15 | 15 | ||
16 | config SSI_PROTOCOL | 16 | config SSI_PROTOCOL |
17 | tristate "SSI protocol" | 17 | tristate "SSI protocol" |
18 | depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m) | 18 | depends on HSI && PHONET && OMAP_SSI |
19 | help | 19 | help |
20 | If you say Y here, you will enable the SSI protocol aka McSAAB. | 20 | If you say Y here, you will enable the SSI protocol aka McSAAB. |
21 | 21 | ||