linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] m68k: remove unused Kconfig parameters
@ 2013-09-06 11:59 Michael Opdenacker
  2013-09-16 23:48 ` Greg Ungerer
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2013-09-06 11:59 UTC (permalink / raw)
  To: geert; +Cc: linux-m68k, linux-kernel, Michael Opdenacker

This patch proposes to remove the UC5282 and UC5272 kernel configuration
parameters defined in arch/m68k/Kconfig.machine,
but used nowhere in the makefiles and source code.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/m68k/Kconfig.machine | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index b9ab0a6..a10516b 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -150,18 +150,6 @@ config XCOPILOT_BUGS
 	help
 	  Support the bugs of Xcopilot.
 
-config UC5272
-	bool "Arcturus Networks uC5272 dimm board support"
-	depends on M5272
-	help
-	  Support for the Arcturus Networks uC5272 dimm board.
-
-config UC5282
-	bool "Arcturus Networks uC5282 board support"
-	depends on M528x
-	help
-	  Support for the Arcturus Networks uC5282 dimm board.
-
 config UCSIMM
 	bool "uCsimm module support"
 	depends on M68EZ328
-- 
1.8.1.2


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

* Re: [PATCH] m68k: remove unused Kconfig parameters
  2013-09-06 11:59 [PATCH] m68k: remove unused Kconfig parameters Michael Opdenacker
@ 2013-09-16 23:48 ` Greg Ungerer
  2013-09-17  3:06   ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Ungerer @ 2013-09-16 23:48 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: geert, linux-m68k, linux-kernel

Hi Michael,

On 06/09/13 21:59, Michael Opdenacker wrote:
> This patch proposes to remove the UC5282 and UC5272 kernel configuration
> parameters defined in arch/m68k/Kconfig.machine,
> but used nowhere in the makefiles and source code.
> 
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

This change is a subset of c065edde ("remove 16 unused boards in
Kconfig.machine") by Pauk Bolle. And that is in 3.12-rc1.

Thanks
Greg



> ---
>  arch/m68k/Kconfig.machine | 12 ------------
>  1 file changed, 12 deletions(-)
> 
> diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
> index b9ab0a6..a10516b 100644
> --- a/arch/m68k/Kconfig.machine
> +++ b/arch/m68k/Kconfig.machine
> @@ -150,18 +150,6 @@ config XCOPILOT_BUGS
>  	help
>  	  Support the bugs of Xcopilot.
>  
> -config UC5272
> -	bool "Arcturus Networks uC5272 dimm board support"
> -	depends on M5272
> -	help
> -	  Support for the Arcturus Networks uC5272 dimm board.
> -
> -config UC5282
> -	bool "Arcturus Networks uC5282 board support"
> -	depends on M528x
> -	help
> -	  Support for the Arcturus Networks uC5282 dimm board.
> -
>  config UCSIMM
>  	bool "uCsimm module support"
>  	depends on M68EZ328
> 


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

* Re: [PATCH] m68k: remove unused Kconfig parameters
  2013-09-16 23:48 ` Greg Ungerer
@ 2013-09-17  3:06   ` Michael Opdenacker
  2013-09-17 13:26     ` Greg Ungerer
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Opdenacker @ 2013-09-17  3:06 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: geert, linux-m68k, linux-kernel

Hi Greg,

On 09/17/2013 01:48 AM, Greg Ungerer wrote:
> Hi Michael,
>
> On 06/09/13 21:59, Michael Opdenacker wrote:
>> This patch proposes to remove the UC5282 and UC5272 kernel configuration
>> parameters defined in arch/m68k/Kconfig.machine,
>> but used nowhere in the makefiles and source code.
>>
>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> This change is a subset of c065edde ("remove 16 unused boards in
> Kconfig.machine") by Pauk Bolle. And that is in 3.12-rc1.
Awesome! Thank you very much for the good news, and for not applying the
same change twice. Pfooh, this would have created anti-kconfig
parameters. Scary. ;)

Cheers,

Michael.

-- 
Michael Opdenacker, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


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

* Re: [PATCH] m68k: remove unused Kconfig parameters
  2013-09-17  3:06   ` Michael Opdenacker
@ 2013-09-17 13:26     ` Greg Ungerer
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Ungerer @ 2013-09-17 13:26 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: geert, linux-m68k, linux-kernel

Hi Michael,

On 17/09/13 13:06, Michael Opdenacker wrote:
> On 09/17/2013 01:48 AM, Greg Ungerer wrote:
>> On 06/09/13 21:59, Michael Opdenacker wrote:
>>> This patch proposes to remove the UC5282 and UC5272 kernel configuration
>>> parameters defined in arch/m68k/Kconfig.machine,
>>> but used nowhere in the makefiles and source code.
>>>
>>> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
>> This change is a subset of c065edde ("remove 16 unused boards in
>> Kconfig.machine") by Pauk Bolle. And that is in 3.12-rc1.
> Awesome! Thank you very much for the good news, and for not applying the
> same change twice. Pfooh, this would have created anti-kconfig
> parameters. Scary. ;)

That would be scary :-)

Regards
Greg




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

end of thread, other threads:[~2013-09-17 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 11:59 [PATCH] m68k: remove unused Kconfig parameters Michael Opdenacker
2013-09-16 23:48 ` Greg Ungerer
2013-09-17  3:06   ` Michael Opdenacker
2013-09-17 13:26     ` Greg Ungerer

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