aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-11-17 20:16:20 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-11-17 20:16:20 -0800
commit27eabfaaf4a3049a1592d69ad9969577bcb62791 (patch)
treecbddfebb90334497a49c6138830051e31a72fd65 /drivers/hwspinlock
parent4f88bd23baab4335e96d38828ef38124ec717eb9 (diff)
parentd048236dfdfe454f059a0837431c3ae3d166d4d6 (diff)
downloadlinux-27eabfaaf4a3049a1592d69ad9969577bcb62791.tar.gz
Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteproc
Pull hwspinlock update from Bjorn Andersson: "This changes the HWSPINLOCK core Kconfig option to bool, to aid when other core code depends on it" * tag 'hwlock-v4.15' of git://github.com/andersson/remoteproc: hwspinlock: Change hwspinlock to a bool
Diffstat (limited to 'drivers/hwspinlock')
-rw-r--r--drivers/hwspinlock/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 6e0a5539a9eac..f0f467983960d 100644
--- a/drivers/hwspinlock/Kconfig
+++ b/drivers/hwspinlock/Kconfig
@@ -3,7 +3,7 @@
#
menuconfig HWSPINLOCK
- tristate "Hardware Spinlock drivers"
+ bool "Hardware Spinlock drivers"
config HWSPINLOCK_OMAP
tristate "OMAP Hardware Spinlock device"