Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteproc
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Nov 2017 04:16:20 +0000 (20:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Nov 2017 04:16:20 +0000 (20:16 -0800)
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

drivers/hwspinlock/Kconfig

index 6e0a553..f0f4679 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 menuconfig HWSPINLOCK
-       tristate "Hardware Spinlock drivers"
+       bool "Hardware Spinlock drivers"
 
 config HWSPINLOCK_OMAP
        tristate "OMAP Hardware Spinlock device"