aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwspinlock/Kconfig')
-rw-r--r--drivers/hwspinlock/Kconfig27
1 files changed, 18 insertions, 9 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 1f29bab6b3e..c7c3128393d 100644
--- a/drivers/hwspinlock/Kconfig
+++ b/drivers/hwspinlock/Kconfig
@@ -2,22 +2,31 @@
2# Generic HWSPINLOCK framework 2# Generic HWSPINLOCK framework
3# 3#
4 4
5# HWSPINLOCK always gets selected by whoever wants it.
5config HWSPINLOCK 6config HWSPINLOCK
6 tristate "Generic Hardware Spinlock framework" 7 tristate
7 depends on ARCH_OMAP4
8 help
9 Say y here to support the generic hardware spinlock framework.
10 You only need to enable this if you have hardware spinlock module
11 on your system (usually only relevant if your system has remote slave
12 coprocessors).
13 8
14 If unsure, say N. 9menu "Hardware Spinlock drivers"
15 10
16config HWSPINLOCK_OMAP 11config HWSPINLOCK_OMAP
17 tristate "OMAP Hardware Spinlock device" 12 tristate "OMAP Hardware Spinlock device"
18 depends on HWSPINLOCK && ARCH_OMAP4 13 depends on ARCH_OMAP4
14 select HWSPINLOCK
19 help 15 help
20 Say y here to support the OMAP Hardware Spinlock device (firstly 16 Say y here to support the OMAP Hardware Spinlock device (firstly
21 introduced in OMAP4). 17 introduced in OMAP4).
22 18
23 If unsure, say N. 19 If unsure, say N.
20
21config 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
32endmenu