* [PATCH] m68k: drop "select EMAC_INC"
@ 2013-03-05 17:30 Paul Bolle
2013-03-06 6:10 ` Greg Ungerer
0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-03-05 17:30 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k, linux-kernel
Somehow this select statement managed to squeeze itself between commit
0e152d80507b75c00aac60f2ffc586360687cd52 ("m68k: reorganize Kconfig
options to improve mmu/non-mmu selections") and commit
95e82747d6e2abc513bfae416e6009968985d05b ("m68k: drop unused Kconfig
symbols"). Whatever happened, there is no Kconfig symbol named EMAC_INC.
The select statement for that symbol is a nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested, but it's hard to see what can got wrong here.
arch/m68k/Kconfig.machine | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index 7cdf6b0..7240584 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -310,7 +310,6 @@ config COBRA5282
config SOM5282EM
bool "EMAC.Inc SOM5282EM board support"
depends on M528x
- select EMAC_INC
help
Support for the EMAC.Inc SOM5282EM module.
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] m68k: drop "select EMAC_INC"
2013-03-05 17:30 [PATCH] m68k: drop "select EMAC_INC" Paul Bolle
@ 2013-03-06 6:10 ` Greg Ungerer
0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2013-03-06 6:10 UTC (permalink / raw)
To: Paul Bolle; +Cc: Geert Uytterhoeven, linux-m68k, linux-kernel
Hi Paul,
On 06/03/13 03:30, Paul Bolle wrote:
> Somehow this select statement managed to squeeze itself between commit
> 0e152d80507b75c00aac60f2ffc586360687cd52 ("m68k: reorganize Kconfig
> options to improve mmu/non-mmu selections") and commit
> 95e82747d6e2abc513bfae416e6009968985d05b ("m68k: drop unused Kconfig
> symbols"). Whatever happened, there is no Kconfig symbol named EMAC_INC.
> The select statement for that symbol is a nop. Drop it.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Thanks, I'll add that to the m68knommu git tree, since it is a non-mmu
target.
Regards
Greg
> Untested, but it's hard to see what can got wrong here.
>
> arch/m68k/Kconfig.machine | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
> index 7cdf6b0..7240584 100644
> --- a/arch/m68k/Kconfig.machine
> +++ b/arch/m68k/Kconfig.machine
> @@ -310,7 +310,6 @@ config COBRA5282
> config SOM5282EM
> bool "EMAC.Inc SOM5282EM board support"
> depends on M528x
> - select EMAC_INC
> help
> Support for the EMAC.Inc SOM5282EM module.
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-06 6:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 17:30 [PATCH] m68k: drop "select EMAC_INC" Paul Bolle
2013-03-06 6:10 ` Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox