Blame view

drivers/hwspinlock/Kconfig 1.54 KB
bd9a4c7df   Ohad Ben-Cohen   drivers: hwspinlo...
1
2
3
  #
  # Generic HWSPINLOCK framework
  #
35fc8a07d   Vincent Legoll   Make HWSPINLOCK a...
4
5
  menuconfig HWSPINLOCK
  	tristate "Hardware Spinlock drivers"
70ba4cc26   Simon Que   drivers: hwspinlo...
6
7
8
  
  config HWSPINLOCK_OMAP
  	tristate "OMAP Hardware Spinlock device"
35fc8a07d   Vincent Legoll   Make HWSPINLOCK a...
9
  	depends on HWSPINLOCK
ceca89e89   Suman Anna   hwspinlock: enabl...
10
  	depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX
70ba4cc26   Simon Que   drivers: hwspinlo...
11
12
13
14
15
  	help
  	  Say y here to support the OMAP Hardware Spinlock device (firstly
  	  introduced in OMAP4).
  
  	  If unsure, say N.
315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
16

19a0f6122   Bjorn Andersson   hwspinlock: qcom:...
17
18
  config HWSPINLOCK_QCOM
  	tristate "Qualcomm Hardware Spinlock device"
35fc8a07d   Vincent Legoll   Make HWSPINLOCK a...
19
  	depends on HWSPINLOCK
19a0f6122   Bjorn Andersson   hwspinlock: qcom:...
20
  	depends on ARCH_QCOM
19a0f6122   Bjorn Andersson   hwspinlock: qcom:...
21
22
23
24
25
26
27
  	select MFD_SYSCON
  	help
  	  Say y here to support the Qualcomm Hardware Mutex functionality, which
  	  provides a synchronisation mechanism for the various processors on
  	  the SoC.
  
  	  If unsure, say N.
cc16d664e   Wei Chen   hwspinlock: add a...
28
29
  config HWSPINLOCK_SIRF
  	tristate "SIRF Hardware Spinlock device"
35fc8a07d   Vincent Legoll   Make HWSPINLOCK a...
30
  	depends on HWSPINLOCK
cc16d664e   Wei Chen   hwspinlock: add a...
31
  	depends on ARCH_SIRF
cc16d664e   Wei Chen   hwspinlock: add a...
32
33
34
35
36
37
38
  	help
  	  Say y here to support the SIRF Hardware Spinlock device, which
  	  provides a synchronisation mechanism for the various processors
  	  on the SoC.
  
  	  It's safe to say n here if you're not interested in SIRF hardware
  	  spinlock or just want a bare minimum kernel.
d8c8bbbb1   Baolin Wang   hwspinlock: sprd:...
39
40
41
42
43
44
45
46
  config HWSPINLOCK_SPRD
  	tristate "SPRD Hardware Spinlock device"
  	depends on ARCH_SPRD
  	depends on HWSPINLOCK
  	help
  	  Say y here to support the SPRD Hardware Spinlock device.
  
  	  If unsure, say N.
f84a8ecfc   Mathieu J. Poirier   hwspinlock/u8500:...
47
48
  config HSEM_U8500
  	tristate "STE Hardware Semaphore functionality"
35fc8a07d   Vincent Legoll   Make HWSPINLOCK a...
49
  	depends on HWSPINLOCK
f84a8ecfc   Mathieu J. Poirier   hwspinlock/u8500:...
50
  	depends on ARCH_U8500
f84a8ecfc   Mathieu J. Poirier   hwspinlock/u8500:...
51
52
53
54
55
56
  	help
  	  Say y here to support the STE Hardware Semaphore functionality, which
  	  provides a synchronisation mechanism for the various processor on the
  	  SoC.
  
  	  If unsure, say N.