diff options
author | Vincent Stehlé <v-stehle@ti.com> | 2013-02-27 12:10:36 -0500 |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2013-04-05 02:11:17 -0400 |
commit | 8ae053d62e88c400330ebaf27558bf02dde5a1fa (patch) | |
tree | ac026ab40711812d0b750934a7f643c47b1c5ade /drivers/hwspinlock | |
parent | f6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff) |
hwspinlock/omap: support OMAP5 as well
OMAP5 has spinlocks, too.
Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'drivers/hwspinlock')
-rw-r--r-- | drivers/hwspinlock/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
10 | 10 | ||
11 | config HWSPINLOCK_OMAP | 11 | config HWSPINLOCK_OMAP |
12 | tristate "OMAP Hardware Spinlock device" | 12 | tristate "OMAP Hardware Spinlock device" |
13 | depends on ARCH_OMAP4 | 13 | depends on ARCH_OMAP4 || SOC_OMAP5 |
14 | select HWSPINLOCK | 14 | select HWSPINLOCK |
15 | help | 15 | help |
16 | Say y here to support the OMAP Hardware Spinlock device (firstly | 16 | Say y here to support the OMAP Hardware Spinlock device (firstly |