]> Git Repo - linux.git/commitdiff
hwspinlock/omap: support OMAP5 as well
authorVincent Stehlé <[email protected]>
Wed, 27 Feb 2013 17:10:36 +0000 (18:10 +0100)
committerOhad Ben-Cohen <[email protected]>
Fri, 5 Apr 2013 06:11:17 +0000 (09:11 +0300)
OMAP5 has spinlocks, too.

Signed-off-by: Vincent Stehlé <[email protected]>
Cc: Tony Lindgren <[email protected]>
Signed-off-by: Ohad Ben-Cohen <[email protected]>
drivers/hwspinlock/Kconfig

index c7c3128393d1dcdce0589d5a268893479ae61804..70637d23b1f92ad6688300060dadeb4f892ccff9 100644 (file)
@@ -10,7 +10,7 @@ menu "Hardware Spinlock drivers"
 
 config HWSPINLOCK_OMAP
        tristate "OMAP Hardware Spinlock device"
-       depends on ARCH_OMAP4
+       depends on ARCH_OMAP4 || SOC_OMAP5
        select HWSPINLOCK
        help
          Say y here to support the OMAP Hardware Spinlock device (firstly
This page took 0.050918 seconds and 4 git commands to generate.