summaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
diff options
context:
space:
mode:
authorLinus Torvalds2017-11-18 05:16:20 +0100
committerLinus Torvalds2017-11-18 05:16:20 +0100
commit27eabfaaf4a3049a1592d69ad9969577bcb62791 (patch)
treecbddfebb90334497a49c6138830051e31a72fd65 /drivers/hwspinlock
parentMerge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc (diff)
parenthwspinlock: Change hwspinlock to a bool (diff)
downloadkernel-qcow2-linux-27eabfaaf4a3049a1592d69ad9969577bcb62791.tar.gz
kernel-qcow2-linux-27eabfaaf4a3049a1592d69ad9969577bcb62791.tar.xz
kernel-qcow2-linux-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/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 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"