Re: [PATCH] net: dsa: make NET_DSA manually selectable from the config

2015-03-22 Thread Sergei Shtylyov
Hello. On 3/21/2015 4:31 AM, Mathieu Olivari wrote: Change bd76a116707bd2381da36cf7c3183df11293f1d6 made all DSA drivers s/Change/Commit/, perhaps? And please also specify that commit's summary line in parens. depend on NET_DSA rather than selecting them. However, as the only way to s

Re: [PATCH] net: dsa: make NET_DSA manually selectable from the config

2015-03-21 Thread Andrew Lunn
On Fri, Mar 20, 2015 at 06:31:03PM -0700, Mathieu Olivari wrote: > Change bd76a116707bd2381da36cf7c3183df11293f1d6 made all DSA drivers > depend on NET_DSA rather than selecting them. However, as the only way > to select this option was to actually select a driver, it made DSA > impossible to enabl

Re: [PATCH] net: dsa: make NET_DSA manually selectable from the config

2015-03-20 Thread David Miller
From: Mathieu Olivari Date: Fri, 20 Mar 2015 18:31:03 -0700 > Change bd76a116707bd2381da36cf7c3183df11293f1d6 made all DSA drivers > depend on NET_DSA rather than selecting them. However, as the only way > to select this option was to actually select a driver, it made DSA > impossible to enable a

Re: [PATCH] net: dsa: make NET_DSA manually selectable from the config

2015-03-20 Thread Guenter Roeck
On 03/20/2015 06:31 PM, Mathieu Olivari wrote: Change bd76a116707bd2381da36cf7c3183df11293f1d6 made all DSA drivers depend on NET_DSA rather than selecting them. However, as the only way to select this option was to actually select a driver, it made DSA impossible to enable at all. This patch ad