From: Ben Hutchings Date: Tue, 18 Jun 2013 02:24:51 +0000 (+0100) Subject: net: Move MII out from under NET_CORE and hide it X-Git-Tag: v3.11-rc1~16^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1606c7dc64d8449676d7e840dd2cd0c4e0a0c57;p=pandora-kernel.git net: Move MII out from under NET_CORE and hide it All drivers that select MII also need to select NET_CORE because MII depends on it. This is a bit ridiculous because NET_CORE is just a menu option that doesn't enable any code by itself. There is also no need for it to be a visible option, since its users all select it. Signed-off-by: Ben Hutchings Acked-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed