]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/hwspinlock/Kconfig
UBUNTU: [Config] CONFIG_BCM2835_THERMAL=y
[mirror_ubuntu-artful-kernel.git] / drivers / hwspinlock / Kconfig
CommitLineData
bd9a4c7d
OBC
1#
2# Generic HWSPINLOCK framework
3#
4
35fc8a07
VL
5menuconfig HWSPINLOCK
6 tristate "Hardware Spinlock drivers"
70ba4cc2
SQ
7
8config HWSPINLOCK_OMAP
9 tristate "OMAP Hardware Spinlock device"
35fc8a07 10 depends on HWSPINLOCK
ceca89e8 11 depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX
70ba4cc2
SQ
12 help
13 Say y here to support the OMAP Hardware Spinlock device (firstly
14 introduced in OMAP4).
15
16 If unsure, say N.
315d8f5c 17
19a0f612
BA
18config HWSPINLOCK_QCOM
19 tristate "Qualcomm Hardware Spinlock device"
35fc8a07 20 depends on HWSPINLOCK
19a0f612 21 depends on ARCH_QCOM
19a0f612
BA
22 select MFD_SYSCON
23 help
24 Say y here to support the Qualcomm Hardware Mutex functionality, which
25 provides a synchronisation mechanism for the various processors on
26 the SoC.
27
28 If unsure, say N.
29
cc16d664
WC
30config HWSPINLOCK_SIRF
31 tristate "SIRF Hardware Spinlock device"
35fc8a07 32 depends on HWSPINLOCK
cc16d664 33 depends on ARCH_SIRF
cc16d664
WC
34 help
35 Say y here to support the SIRF Hardware Spinlock device, which
36 provides a synchronisation mechanism for the various processors
37 on the SoC.
38
39 It's safe to say n here if you're not interested in SIRF hardware
40 spinlock or just want a bare minimum kernel.
41
d8c8bbbb
BW
42config HWSPINLOCK_SPRD
43 tristate "SPRD Hardware Spinlock device"
44 depends on ARCH_SPRD
45 depends on HWSPINLOCK
46 help
47 Say y here to support the SPRD Hardware Spinlock device.
48
49 If unsure, say N.
50
f84a8ecf
MP
51config HSEM_U8500
52 tristate "STE Hardware Semaphore functionality"
35fc8a07 53 depends on HWSPINLOCK
f84a8ecf 54 depends on ARCH_U8500
f84a8ecf
MP
55 help
56 Say y here to support the STE Hardware Semaphore functionality, which
57 provides a synchronisation mechanism for the various processor on the
58 SoC.
59
60 If unsure, say N.