Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwspinlock: enable OMAP build for AM33xx, AM43xx & DRA7xx

HwSpinlocks are supported on TI's AM33xx, AM43xx and DRA7xx SoC
device families as well. The IPs are identical to that of
OMAP4/OMAP5, except for the number of locks.

Add a depends on to the above family of SoCs to enable the
build support for OMAP hwspinlock driver for any of the above
SoC configs.

Signed-off-by: Suman Anna <s-anna@ti.com>
[small commit log changes]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>

authored by

Suman Anna and committed by
Ohad Ben-Cohen
ceca89e8 e1e4528f

+1 -1
+1 -1
drivers/hwspinlock/Kconfig
··· 10 10 11 11 config HWSPINLOCK_OMAP 12 12 tristate "OMAP Hardware Spinlock device" 13 - depends on ARCH_OMAP4 || SOC_OMAP5 13 + depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX || SOC_AM33XX || SOC_AM43XX 14 14 select HWSPINLOCK 15 15 help 16 16 Say y here to support the OMAP Hardware Spinlock device (firstly