Skip to content

Commit

Permalink
hwspinlock: Change hwspinlock to a bool
Browse files Browse the repository at this point in the history
Change hwspinlock to a bool in case some drivers will meet dependency
issue when hwspinlock is built as a module.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Baolin Wang authored and Bjorn Andersson committed Nov 7, 2017
1 parent 2bd6bf0 commit d048236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwspinlock/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

menuconfig HWSPINLOCK
tristate "Hardware Spinlock drivers"
bool "Hardware Spinlock drivers"

config HWSPINLOCK_OMAP
tristate "OMAP Hardware Spinlock device"
Expand Down

0 comments on commit d048236

Please sign in to comment.