blob: e895d29500eec03d10f5067c55a14602cc60de02 [file] [log] [blame]
Suman Annaeebba712018-05-11 12:03:16 -05001# SPDX-License-Identifier: GPL-2.0
Ohad Ben-Cohenbd9a4c72011-02-17 09:52:03 -08002#
3# Generic HWSPINLOCK framework
4#
5
Vincent Legoll35fc8a02017-04-11 16:21:02 +02006menuconfig HWSPINLOCK
Baolin Wangd0482362017-11-04 14:37:48 +08007 bool "Hardware Spinlock drivers"
Simon Que70ba4cc2011-02-17 09:52:03 -08008
9config HWSPINLOCK_OMAP
10 tristate "OMAP Hardware Spinlock device"
Vincent Legoll35fc8a02017-04-11 16:21:02 +020011 depends on HWSPINLOCK
Suman Annaceca89e2014-07-02 18:01:00 -050012 depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX
Simon Que70ba4cc2011-02-17 09:52:03 -080013 help
14 Say y here to support the OMAP Hardware Spinlock device (firstly
15 introduced in OMAP4).
16
17 If unsure, say N.
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +030018
Bjorn Andersson19a0f612015-03-24 10:11:05 -070019config HWSPINLOCK_QCOM
20 tristate "Qualcomm Hardware Spinlock device"
Vincent Legoll35fc8a02017-04-11 16:21:02 +020021 depends on HWSPINLOCK
Bjorn Andersson19a0f612015-03-24 10:11:05 -070022 depends on ARCH_QCOM
Bjorn Andersson19a0f612015-03-24 10:11:05 -070023 select MFD_SYSCON
24 help
25 Say y here to support the Qualcomm Hardware Mutex functionality, which
26 provides a synchronisation mechanism for the various processors on
27 the SoC.
28
29 If unsure, say N.
30
Wei Chencc16d662015-05-26 08:28:29 +000031config HWSPINLOCK_SIRF
32 tristate "SIRF Hardware Spinlock device"
Vincent Legoll35fc8a02017-04-11 16:21:02 +020033 depends on HWSPINLOCK
Wei Chencc16d662015-05-26 08:28:29 +000034 depends on ARCH_SIRF
Wei Chencc16d662015-05-26 08:28:29 +000035 help
36 Say y here to support the SIRF Hardware Spinlock device, which
37 provides a synchronisation mechanism for the various processors
38 on the SoC.
39
40 It's safe to say n here if you're not interested in SIRF hardware
41 spinlock or just want a bare minimum kernel.
42
Baolin Wangd8c8bbb2017-05-17 13:59:29 +080043config HWSPINLOCK_SPRD
44 tristate "SPRD Hardware Spinlock device"
45 depends on ARCH_SPRD
46 depends on HWSPINLOCK
47 help
48 Say y here to support the SPRD Hardware Spinlock device.
49
50 If unsure, say N.
51
Mathieu J. Poirierf84a8ec2011-09-08 22:47:40 +030052config HSEM_U8500
53 tristate "STE Hardware Semaphore functionality"
Vincent Legoll35fc8a02017-04-11 16:21:02 +020054 depends on HWSPINLOCK
Mathieu J. Poirierf84a8ec2011-09-08 22:47:40 +030055 depends on ARCH_U8500
Mathieu J. Poirierf84a8ec2011-09-08 22:47:40 +030056 help
57 Say y here to support the STE Hardware Semaphore functionality, which
58 provides a synchronisation mechanism for the various processor on the
59 SoC.
60
61 If unsure, say N.