From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 02/20] net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option Date: Sat, 27 Apr 2019 00:06:13 +0200 Message-ID: <20190426220613.GB23059@lunn.ch> References: <1556298762-8632-1-git-send-email-grygorii.strashko@ti.com> <1556298762-8632-3-git-send-email-grygorii.strashko@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1556298762-8632-3-git-send-email-grygorii.strashko@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: Grygorii Strashko Cc: netdev@vger.kernel.org, Ilias Apalodimas , "David S . Miller" , Ivan Khoronzhuk , Florian Fainelli , Sekhar Nori , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Murali Karicheri List-Id: linux-omap@vger.kernel.org On Fri, Apr 26, 2019 at 08:12:24PM +0300, Grygorii Strashko wrote: > Both drivers CPSW and EMAC can't work without CPDMA, hence simplify build > of those drivers by always linking davinci_cpdma and drop TI_DAVINCI_CPDMA > config option. > Note. the davinci_emac driver module was changed to "ti_davinci_emac" to > make build work. > > Signed-off-by: Grygorii Strashko Reviewed-by: Andrew Lunn Andrew