diff options
Diffstat (limited to 'drivers/hwspinlock/Kconfig')
-rw-r--r-- | drivers/hwspinlock/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index c8e7bdac1404..c7c3128393d1 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig | |||
@@ -18,4 +18,15 @@ config HWSPINLOCK_OMAP | |||
18 | 18 | ||
19 | If unsure, say N. | 19 | If unsure, say N. |
20 | 20 | ||
21 | config HSEM_U8500 | ||
22 | tristate "STE Hardware Semaphore functionality" | ||
23 | depends on ARCH_U8500 | ||
24 | select HWSPINLOCK | ||
25 | help | ||
26 | Say y here to support the STE Hardware Semaphore functionality, which | ||
27 | provides a synchronisation mechanism for the various processor on the | ||
28 | SoC. | ||
29 | |||
30 | If unsure, say N. | ||
31 | |||
21 | endmenu | 32 | endmenu |