nfs42: decode_layoutstats does not need res parameter
[linux-2.6/btrfs-unstable.git] / drivers / hwspinlock / Kconfig
blob73a40166285362f49326f3c2069721e2d061e3aa
2 # Generic HWSPINLOCK framework
5 # HWSPINLOCK always gets selected by whoever wants it.
6 config HWSPINLOCK
7         tristate
9 menu "Hardware Spinlock drivers"
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).
19           If unsure, say N.
21 config HWSPINLOCK_QCOM
22         tristate "Qualcomm Hardware Spinlock device"
23         depends on ARCH_QCOM
24         select HWSPINLOCK
25         select MFD_SYSCON
26         help
27           Say y here to support the Qualcomm Hardware Mutex functionality, which
28           provides a synchronisation mechanism for the various processors on
29           the SoC.
31           If unsure, say N.
33 config HWSPINLOCK_SIRF
34         tristate "SIRF Hardware Spinlock device"
35         depends on ARCH_SIRF
36         select HWSPINLOCK
37         help
38           Say y here to support the SIRF Hardware Spinlock device, which
39           provides a synchronisation mechanism for the various processors
40           on the SoC.
42           It's safe to say n here if you're not interested in SIRF hardware
43           spinlock or just want a bare minimum kernel.
45 config HSEM_U8500
46         tristate "STE Hardware Semaphore functionality"
47         depends on ARCH_U8500
48         select HWSPINLOCK
49         help
50           Say y here to support the STE Hardware Semaphore functionality, which
51           provides a synchronisation mechanism for the various processor on the
52           SoC.
54           If unsure, say N.
56 endmenu