Re: [PATCH] qlcnic: clarify hwmon Kconfig dependency
From: David Miller <davem@davemloft.net>
Date: 2014-05-02 20:09:53
From: David Miller <davem@davemloft.net>
Date: 2014-05-02 20:09:53
From: Harish Patil <redacted> Date: Wed, 30 Apr 2014 15:51:27 +0000
Can we make it into an one line expression as done in few other cases:
...
bool "QLOGIC QLCNIC 82XX and 83XX family HWMON support" - depends on QLCNIC && HWMON + depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m)
Indeed this is much better and is consistent with what other driver Kconfig entries use. Can someone formally submit this without the email client patch corruption and proper signoffs? Thanks!