blob: c8e7bdac1404d5d77956739aef7c0f0453fdac78 [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"
Ohad Ben-Cohen315d8f52011-09-04 23:19:51 +030013 depends on ARCH_OMAP4
14 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
21endmenu