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

2019-04-22 Thread Randy Dunlap
On 4/22/19 5:22 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. > > Create a

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

2019-04-22 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