From 8ae053d62e88c400330ebaf27558bf02dde5a1fa Mon Sep 17 00:00:00 2001 From: Vincent Stehlé Date: Wed, 27 Feb 2013 18:10:36 +0100 Subject: hwspinlock/omap: support OMAP5 as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OMAP5 has spinlocks, too. Signed-off-by: Vincent Stehlé Cc: Tony Lindgren Signed-off-by: Ohad Ben-Cohen --- drivers/hwspinlock/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hwspinlock') diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index c7c3128393d1..70637d23b1f9 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig @@ -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 -- cgit v1.2.3-59-g8ed1b