2011-02-17 09:52:03 -08:00
|
|
|
#
|
|
|
|
# Generic HWSPINLOCK framework
|
|
|
|
#
|
|
|
|
|
2011-09-04 23:19:51 +03:00
|
|
|
# HWSPINLOCK always gets selected by whoever wants it.
|
2011-02-17 09:52:03 -08:00
|
|
|
config HWSPINLOCK
|
2011-09-04 23:19:51 +03:00
|
|
|
tristate
|
2011-02-17 09:52:03 -08:00
|
|
|
|
2011-09-04 23:19:51 +03:00
|
|
|
menu "Hardware Spinlock drivers"
|
2011-02-17 09:52:03 -08:00
|
|
|
|
|
|
|
config HWSPINLOCK_OMAP
|
|
|
|
tristate "OMAP Hardware Spinlock device"
|
2011-09-04 23:19:51 +03:00
|
|
|
depends on ARCH_OMAP4
|
|
|
|
select HWSPINLOCK
|
2011-02-17 09:52:03 -08:00
|
|
|
help
|
|
|
|
Say y here to support the OMAP Hardware Spinlock device (firstly
|
|
|
|
introduced in OMAP4).
|
|
|
|
|
|
|
|
If unsure, say N.
|
2011-09-04 23:19:51 +03:00
|
|
|
|
|
|
|
endmenu
|