diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-03-18 16:53:21 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-18 17:15:11 -0700 |
commit | 4fa8eebb045a6d798011f3935a38dd29de30e6c9 (patch) | |
tree | a7a5f48ca879b6cd9ff5781235247068022e3520 /drivers/hwspinlock/Kconfig | |
parent | 77aded2f523c6540f71b1f549373dd8046329a6b (diff) |
hwspinlock: depend on OMAP4
Currently only OMAP4 supports hwspinlocks, so don't bother asking
anyone else.
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/hwspinlock/Kconfig')
-rw-r--r-- | drivers/hwspinlock/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index eb4af28f8567..1f29bab6b3e5 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig @@ -4,6 +4,7 @@ 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 |