mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-11 12:30:09 +00:00
hwspinlock: Change hwspinlock to a bool
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>
This commit is contained in:
committed by
Bjorn Andersson
parent
2bd6bf03f4
commit
d048236dfd
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
menuconfig HWSPINLOCK
|
menuconfig HWSPINLOCK
|
||||||
tristate "Hardware Spinlock drivers"
|
bool "Hardware Spinlock drivers"
|
||||||
|
|
||||||
config HWSPINLOCK_OMAP
|
config HWSPINLOCK_OMAP
|
||||||
tristate "OMAP Hardware Spinlock device"
|
tristate "OMAP Hardware Spinlock device"
|
||||||
|
|||||||
Reference in New Issue
Block a user