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>
This commit is contained in:
parent
f6161aa153
commit
8ae053d62e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue