Blame view

drivers/hwspinlock/Kconfig 683 Bytes
bd9a4c7df   Ohad Ben-Cohen   drivers: hwspinlo...
1
2
3
  #
  # Generic HWSPINLOCK framework
  #
315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
4
  # HWSPINLOCK always gets selected by whoever wants it.
bd9a4c7df   Ohad Ben-Cohen   drivers: hwspinlo...
5
  config HWSPINLOCK
315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
6
  	tristate
bd9a4c7df   Ohad Ben-Cohen   drivers: hwspinlo...
7

315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
8
  menu "Hardware Spinlock drivers"
70ba4cc26   Simon Que   drivers: hwspinlo...
9
10
11
  
  config HWSPINLOCK_OMAP
  	tristate "OMAP Hardware Spinlock device"
315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
12
13
  	depends on ARCH_OMAP4
  	select HWSPINLOCK
70ba4cc26   Simon Que   drivers: hwspinlo...
14
15
16
17
18
  	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: ...
19

f84a8ecfc   Mathieu J. Poirier   hwspinlock/u8500:...
20
21
22
23
24
25
26
27
28
29
  config HSEM_U8500
  	tristate "STE Hardware Semaphore functionality"
  	depends on ARCH_U8500
  	select HWSPINLOCK
  	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.
315d8f5cc   Ohad Ben-Cohen   hwspinlock/core: ...
30
  endmenu