swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 322a8b034003c0d46d39af85bf24fee27b902f48 authored by Linus Torvalds on 08 August 2011, 01:23:30 UTC
Linux 3.1-rc1
Tip revision: 322a8b0
Kconfig
#
# Generic HWSPINLOCK framework
#

config HWSPINLOCK
	tristate "Generic Hardware Spinlock framework"
	depends on ARCH_OMAP4
	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.
back to top