2011-02-18 01:52:03 +08:00
|
|
|
#
|
|
|
|
# Generic HWSPINLOCK framework
|
|
|
|
#
|
|
|
|
|
2011-09-05 04:19:51 +08:00
|
|
|
# HWSPINLOCK always gets selected by whoever wants it.
|
2011-02-18 01:52:03 +08:00
|
|
|
config HWSPINLOCK
|
2011-09-05 04:19:51 +08:00
|
|
|
tristate
|
2011-02-18 01:52:03 +08:00
|
|
|
|
2011-09-05 04:19:51 +08:00
|
|
|
menu "Hardware Spinlock drivers"
|
2011-02-18 01:52:03 +08:00
|
|
|
|
|
|
|
config HWSPINLOCK_OMAP
|
|
|
|
tristate "OMAP Hardware Spinlock device"
|
2011-09-05 04:19:51 +08:00
|
|
|
depends on ARCH_OMAP4
|
|
|
|
select HWSPINLOCK
|
2011-02-18 01: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-05 04:19:51 +08:00
|
|
|
|
|
|
|
endmenu
|