diff options
author | Ohad Ben-Cohen <ohad@wizery.com> | 2011-03-19 00:53:21 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-19 01:15:11 +0100 |
commit | 4fa8eebb045a6d798011f3935a38dd29de30e6c9 (patch) | |
tree | a7a5f48ca879b6cd9ff5781235247068022e3520 /drivers/hwspinlock | |
parent | ARM: OMAP2+: Fix warnings for GPMC interrupt (diff) | |
download | linux-4fa8eebb045a6d798011f3935a38dd29de30e6c9.tar.xz linux-4fa8eebb045a6d798011f3935a38dd29de30e6c9.zip |
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')
-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 |