Re: [PATCH net-next 14/15] dsa: Allow tag drivers to be built as modules

2019-04-19 Thread Florian Fainelli
On 4/17/2019 7:31 PM, Andrew Lunn wrote: > Make the CONFIG symbols tristate and add help text. > > The broadcom and Microchip KSZ tag drivers support two different > tagging protocols in one driver. Add a configuration option for the > drivers, and then options to select the protocol. > > Crea

[PATCH net-next 14/15] dsa: Allow tag drivers to be built as modules

2019-04-17 Thread Andrew Lunn
Make the CONFIG symbols tristate and add help text. The broadcom and Microchip KSZ tag drivers support two different tagging protocols in one driver. Add a configuration option for the drivers, and then options to select the protocol. Create a submenu for the tagging drivers. Signed-off-by: Andr