Skip to content

Commit

Permalink
m68k: drop "select EMAC_INC"
Browse files Browse the repository at this point in the history
Somehow this select statement managed to squeeze itself between commit
0e152d8 ("m68k: reorganize Kconfig
options to improve mmu/non-mmu selections") and commit
95e8274 ("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>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Paul Bolle authored and Greg Ungerer committed Mar 6, 2013
1 parent 0371a1c commit ef9240f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68k/Kconfig.machine
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ef9240f

Please sign in to comment.