linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] of: Add prompt for OF_OVERLAY config
@ 2015-02-15 15:22 Matwey V. Kornilov
  2015-02-15 20:00 ` Paul Bolle
  0 siblings, 1 reply; 3+ messages in thread
From: Matwey V. Kornilov @ 2015-02-15 15:22 UTC (permalink / raw)
  To: grant.likely, robh+dt; +Cc: devicetree, linux-kernel, Matwey V. Kornilov

Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
---
 drivers/of/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index b5e0c87..fdca685 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -85,7 +85,7 @@ config OF_RESOLVE
 	bool
 
 config OF_OVERLAY
-	bool
+	bool "Device Tree overlays"
 	depends on OF
 	select OF_DYNAMIC
 	select OF_RESOLVE
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] of: Add prompt for OF_OVERLAY config
  2015-02-15 15:22 [PATCH] of: Add prompt for OF_OVERLAY config Matwey V. Kornilov
@ 2015-02-15 20:00 ` Paul Bolle
  2015-02-16  6:21   ` Matwey V. Kornilov
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2015-02-15 20:00 UTC (permalink / raw)
  To: Matwey V. Kornilov; +Cc: grant.likely, robh+dt, devicetree, linux-kernel

On Sun, 2015-02-15 at 18:22 +0300, Matwey V. Kornilov wrote:
> Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
> ---
>  drivers/of/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
> index b5e0c87..fdca685 100644
> --- a/drivers/of/Kconfig
> +++ b/drivers/of/Kconfig
> @@ -85,7 +85,7 @@ config OF_RESOLVE
>  	bool
>  
>  config OF_OVERLAY
> -	bool
> +	bool "Device Tree overlays"
>  	depends on OF
>  	select OF_DYNAMIC
>  	select OF_RESOLVE

Is this a bugfix (for the bug that OF_OVERLAY can't yet actually be set
to 'y') or not? Perhaps a commit explanation would have answered that
question.

By the way, "depends on OF" is superfluous (the enclosing menu already
depends on OF).


Paul Bolle


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] of: Add prompt for OF_OVERLAY config
  2015-02-15 20:00 ` Paul Bolle
@ 2015-02-16  6:21   ` Matwey V. Kornilov
  0 siblings, 0 replies; 3+ messages in thread
From: Matwey V. Kornilov @ 2015-02-16  6:21 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Grant Likely, robh+dt, devicetree, linux-kernel

2015-02-15 23:00 GMT+03:00 Paul Bolle <pebolle@tiscali.nl>:
> On Sun, 2015-02-15 at 18:22 +0300, Matwey V. Kornilov wrote:
>> Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
>> ---
>>  drivers/of/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
>> index b5e0c87..fdca685 100644
>> --- a/drivers/of/Kconfig
>> +++ b/drivers/of/Kconfig
>> @@ -85,7 +85,7 @@ config OF_RESOLVE
>>       bool
>>
>>  config OF_OVERLAY
>> -     bool
>> +     bool "Device Tree overlays"
>>       depends on OF
>>       select OF_DYNAMIC
>>       select OF_RESOLVE
>
> Is this a bugfix (for the bug that OF_OVERLAY can't yet actually be set
> to 'y') or not? Perhaps a commit explanation would have answered that
> question.

Yes it is. I thought it was trivial, I'll add message in v2

> By the way, "depends on OF" is superfluous (the enclosing menu already
> depends on OF).

Ok, but I'll put it in separate patch


-- 
With best regards,
Matwey V. Kornilov.
Sternberg Astronomical Institute, Lomonosov Moscow State University, Russia

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-16  6:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-15 15:22 [PATCH] of: Add prompt for OF_OVERLAY config Matwey V. Kornilov
2015-02-15 20:00 ` Paul Bolle
2015-02-16  6:21   ` Matwey V. Kornilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).