Suman Anna | eebba71 | 2018-05-11 12:03:16 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Ohad Ben-Cohen | bd9a4c7 | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 2 | # |
| 3 | # Generic HWSPINLOCK framework |
| 4 | # |
| 5 | |
Vincent Legoll | 35fc8a0 | 2017-04-11 16:21:02 +0200 | [diff] [blame] | 6 | menuconfig HWSPINLOCK |
Baolin Wang | d048236 | 2017-11-04 14:37:48 +0800 | [diff] [blame] | 7 | bool "Hardware Spinlock drivers" |
Simon Que | 70ba4cc | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 8 | |
| 9 | config HWSPINLOCK_OMAP |
| 10 | tristate "OMAP Hardware Spinlock device" |
Vincent Legoll | 35fc8a0 | 2017-04-11 16:21:02 +0200 | [diff] [blame] | 11 | depends on HWSPINLOCK |
Suman Anna | ceca89e | 2014-07-02 18:01:00 -0500 | [diff] [blame] | 12 | depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX |
Simon Que | 70ba4cc | 2011-02-17 09:52:03 -0800 | [diff] [blame] | 13 | 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-Cohen | 315d8f5 | 2011-09-04 23:19:51 +0300 | [diff] [blame] | 18 | |
Bjorn Andersson | 19a0f61 | 2015-03-24 10:11:05 -0700 | [diff] [blame] | 19 | config HWSPINLOCK_QCOM |
| 20 | tristate "Qualcomm Hardware Spinlock device" |
Vincent Legoll | 35fc8a0 | 2017-04-11 16:21:02 +0200 | [diff] [blame] | 21 | depends on HWSPINLOCK |
Bjorn Andersson | 19a0f61 | 2015-03-24 10:11:05 -0700 | [diff] [blame] | 22 | depends on ARCH_QCOM |
Bjorn Andersson | 19a0f61 | 2015-03-24 10:11:05 -0700 | [diff] [blame] | 23 | 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 Chen | cc16d66 | 2015-05-26 08:28:29 +0000 | [diff] [blame] | 31 | config HWSPINLOCK_SIRF |
| 32 | tristate "SIRF Hardware Spinlock device" |
Vincent Legoll | 35fc8a0 | 2017-04-11 16:21:02 +0200 | [diff] [blame] | 33 | depends on HWSPINLOCK |
Wei Chen | cc16d66 | 2015-05-26 08:28:29 +0000 | [diff] [blame] | 34 | depends on ARCH_SIRF |
Wei Chen | cc16d66 | 2015-05-26 08:28:29 +0000 | [diff] [blame] | 35 | 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 Wang | d8c8bbb | 2017-05-17 13:59:29 +0800 | [diff] [blame] | 43 | config 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. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 52 | config HSEM_U8500 |
| 53 | tristate "STE Hardware Semaphore functionality" |
Vincent Legoll | 35fc8a0 | 2017-04-11 16:21:02 +0200 | [diff] [blame] | 54 | depends on HWSPINLOCK |
Mathieu J. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 55 | depends on ARCH_U8500 |
Mathieu J. Poirier | f84a8ec | 2011-09-08 22:47:40 +0300 | [diff] [blame] | 56 | 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. |