diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-27 20:03:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-27 20:03:12 -0700 |
commit | 17c6dd8144924e3c71930636091704da6d043536 (patch) | |
tree | 60eb6926ac8affb7040795350104feb3e55fad1c /drivers | |
parent | 34c27a497ab0e9ca28eb1bd572907ba8a154ad50 (diff) | |
parent | 4fa8eebb045a6d798011f3935a38dd29de30e6c9 (diff) |
Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
* 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6:
hwspinlock: depend on OMAP4
ARM: OMAP2+: Fix warnings for GPMC interrupt
OMAP4: PandaBoard: remove unused power regulators
arm: mach-omap2: omap_l3_smx: fix irq handler setup
arm: mach-omap2: devices: fix omap3_l3_init() return value
Diffstat (limited to 'drivers')
-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 eb4af28f856..1f29bab6b3e 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 |