diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-18 05:16:20 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-18 05:16:20 +0100 |
commit | 27eabfaaf4a3049a1592d69ad9969577bcb62791 (patch) | |
tree | cbddfebb90334497a49c6138830051e31a72fd65 /drivers/hwspinlock | |
parent | Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc (diff) | |
parent | hwspinlock: Change hwspinlock to a bool (diff) | |
download | linux-27eabfaaf4a3049a1592d69ad9969577bcb62791.tar.xz 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/Kconfig | 2 |
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" |