mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
70ba4cc26b
Add hwspinlock support for the OMAP4 Hardware Spinlock device. The Hardware Spinlock device on OMAP4 provides hardware assistance for synchronization between the multiple processors in the system (dual Cortex-A9, dual Cortex-M3 and a C64x+ DSP). [ohad@wizery.com: adapt to hwspinlock framework, tidy up] Signed-off-by: Simon Que <sque@ti.com> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com> Signed-off-by: Krishnamoorthy, Balaji T <balajitk@ti.com> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Cc: Benoit Cousson <b-cousson@ti.com> Cc: Kevin Hilman <khilman@ti.com> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Paul Walmsley <paul@pwsan.com> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Tony Lindgren <tony@atomide.com>
23 lines
580 B
Plaintext
23 lines
580 B
Plaintext
#
|
|
# Generic HWSPINLOCK framework
|
|
#
|
|
|
|
config HWSPINLOCK
|
|
tristate "Generic Hardware Spinlock framework"
|
|
help
|
|
Say y here to support the generic hardware spinlock framework.
|
|
You only need to enable this if you have hardware spinlock module
|
|
on your system (usually only relevant if your system has remote slave
|
|
coprocessors).
|
|
|
|
If unsure, say N.
|
|
|
|
config HWSPINLOCK_OMAP
|
|
tristate "OMAP Hardware Spinlock device"
|
|
depends on HWSPINLOCK && ARCH_OMAP4
|
|
help
|
|
Say y here to support the OMAP Hardware Spinlock device (firstly
|
|
introduced in OMAP4).
|
|
|
|
If unsure, say N.
|