diff options
Diffstat (limited to 'drivers/hwspinlock/Kconfig')
-rw-r--r-- | drivers/hwspinlock/Kconfig | 27 |
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. | ||
5 | config HWSPINLOCK | 6 | config 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. | 9 | menu "Hardware Spinlock drivers" |
15 | 10 | ||
16 | config HWSPINLOCK_OMAP | 11 | config 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 | |||
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 | |||
32 | endmenu | ||