[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150927.125130.1749145249599569463.davem@davemloft.net>
Date: Sun, 27 Sep 2015 12:51:30 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ysato@...rs.sourceforge.jp
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] ne: Add h8300 support.
From: Yoshinori Sato <ysato@...rs.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists