blob: 3612cb5b30b206a066c75d835402654cacf7d002 [file] [log] [blame]
Ohad Ben-Cohenbd9a4c72011-02-17 09:52:03 -08001#
2# Generic HWSPINLOCK framework
3#
4
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +03005# HWSPINLOCK always gets selected by whoever wants it.
Ohad Ben-Cohenbd9a4c72011-02-17 09:52:03 -08006config HWSPINLOCK
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +03007 tristate
Ohad Ben-Cohenbd9a4c72011-02-17 09:52:03 -08008
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +03009menu "Hardware Spinlock drivers"
Simon Que70ba4cc2011-02-17 09:52:03 -080010
11config HWSPINLOCK_OMAP
12 tristate "OMAP Hardware Spinlock device"
Suman Annaceca89e82014-07-02 18:01:00 -050013 depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +030014 select HWSPINLOCK
Simon Que70ba4cc2011-02-17 09:52:03 -080015 help
16 Say y here to support the OMAP Hardware Spinlock device (firstly
17 introduced in OMAP4).
18
19 If unsure, say N.
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +030020
Mathieu J. Poirierf84a8ec2011-09-08 22:47:40 +030021config 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
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +030032endmenu