Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / hwspinlock / Kconfig
1 #
2 # Generic HWSPINLOCK framework
3 #
4
5 # HWSPINLOCK always gets selected by whoever wants it.
6 config HWSPINLOCK
7         tristate
8
9 menu "Hardware Spinlock drivers"
10
11 config HWSPINLOCK_OMAP
12         tristate "OMAP Hardware Spinlock device"
13         depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX
14         select HWSPINLOCK
15         help
16           Say y here to support the OMAP Hardware Spinlock device (firstly
17           introduced in OMAP4).
18
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