aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
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
parentMerge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc (diff)
parenthwspinlock: Change hwspinlock to a bool (diff)
downloadlinux-dev-27eabfaaf4a3049a1592d69ad9969577bcb62791.tar.xz
linux-dev-27eabfaaf4a3049a1592d69ad9969577bcb62791.zip
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')
-rw-r--r--drivers/hwspinlock/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 6e0a5539a9ea..f0f467983960 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"