Re: [PATCH 06/14] net: dsa: Add support for hardware monitoring
From: David Miller <davem@davemloft.net>
Date: 2014-10-24 06:10:16
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2014-10-24 06:10:16
Also in:
lkml
From: Guenter Roeck <linux@roeck-us.net> Date: Thu, 23 Oct 2014 22:40:59 -0700
I see two options for that: - Add select HWMON to the NET_DSA Kconfig entry. Example is Broadcom TIGON3 driver. - Add a DSA_HWMON Kconfig entry to define the dependencies and to let the user select if the functionality should be enabled. Example is Intel IGB driver. Any preference from your side ? If no, I'll go with the latter.
Probably the latter is better, select can get you into trouble.