From: Yoshinori Sato <ys...@users.sourceforge.jp> Date: Sun, 27 Sep 2015 23:19:15 +0900
> @@ -88,7 +88,7 @@ config MCF8390 > config NE2000 > tristate "NE2000/NE1000 support" > depends on (ISA || (Q40 && m) || M32R || MACH_TX49XX || \ > - ATARI_ETHERNEC) > + ATARI_ETHERNEC || H8300) ... > > -#if defined(CONFIG_PLAT_MAPPI) || defined(CONFIG_PLAT_OAKS32R) > +#if defined(CONFIG_PLAT_MAPPI) || defined(CONFIG_PLAT_OAKS32R) || \ > + defined(CONFIG_H8300_KANEBEBE) || defined(CONFIG_H8300_AE3069) It makes no sense to test different config symbols for these two things. Either both should use "H8300" or both should use "H8300_KANEBEBE || H8300_AE3069". -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html