diff mbox series

hwspinlock: Change hwspinlock to a bool

Message ID 2d10549b83f8b4990af60a61b44514b47da4c287.1509777293.git.baolin.wang@linaro.org
State Accepted
Commit d048236dfdfe454f059a0837431c3ae3d166d4d6
Headers show
Series hwspinlock: Change hwspinlock to a bool | expand

Commit Message

(Exiting) Baolin Wang Nov. 4, 2017, 6:37 a.m. UTC
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>

---
 drivers/hwspinlock/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1

Comments

(Exiting) Baolin Wang Nov. 14, 2017, 12:58 p.m. UTC | #1
Hi Bjorn,

On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:
> 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>


Could you apply this patch into K4.15 if there are no other comments? Thanks.

> ---

>  drivers/hwspinlock/Kconfig | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig

> index 6e0a553..f0f4679 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"

> --

> 1.9.1

>




-- 
Baolin.wang
Best Regards
Mark Brown Nov. 14, 2017, 3:03 p.m. UTC | #2
On Tue, Nov 14, 2017 at 08:58:18PM +0800, Baolin Wang wrote:
> On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:

> > 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>


> Could you apply this patch into K4.15 if there are no other comments? Thanks.


It's in -next already as commit d048236dfdfe454f059a0837431c3ae3d166d4d6
so it ought to get sent during the merge window.
(Exiting) Baolin Wang Nov. 15, 2017, 2:07 a.m. UTC | #3
On 14 November 2017 at 23:03, Mark Brown <broonie@kernel.org> wrote:
> On Tue, Nov 14, 2017 at 08:58:18PM +0800, Baolin Wang wrote:

>> On 4 November 2017 at 14:37, Baolin Wang <baolin.wang@linaro.org> wrote:

>> > 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>

>

>> Could you apply this patch into K4.15 if there are no other comments? Thanks.

>

> It's in -next already as commit d048236dfdfe454f059a0837431c3ae3d166d4d6

> so it ought to get sent during the merge window.


Ah, OK. Thanks Mark.

-- 
Baolin.wang
Best Regards
diff mbox series

Patch

diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig
index 6e0a553..f0f4679 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"