[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161024181057.GA14962@f23x64.localdomain>
Date: Mon, 24 Oct 2016 11:10:57 -0700
From: Darren Hart <dvhart@...radead.org>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Vadim Pasternak <vadimp@...lanox.com>,
"fengguang.wu@...el.com" <fengguang.wu@...el.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"geert@...ux-m68k.org" <geert@...ux-m68k.org>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"kvalo@...eaurora.org" <kvalo@...eaurora.org>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"mchehab@...nel.org" <mchehab@...nel.org>,
"linux@...ck-us.net" <linux@...ck-us.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"platform-driver-x86@...r.kernel.org"
<platform-driver-x86@...r.kernel.org>,
"jiri@...nulli.us" <jiri@...nulli.us>,
"andriy.shevchenko@...ux.intel.com"
<andriy.shevchenko@...ux.intel.com>
Subject: Re: [patch v1] drivers/platform/x86: select hwmon for Mellanox
hotplug driver in Kconfig
On Mon, Oct 24, 2016 at 10:11:27AM -0700, Randy Dunlap wrote:
> On 10/23/16 22:41, Vadim Pasternak wrote:
> >
> >
> >> -----Original Message-----
> >> From: Randy Dunlap [mailto:rdunlap@...radead.org]
> >> Sent: Sunday, October 23, 2016 7:57 PM
> >> To: Vadim Pasternak <vadimp@...lanox.com>; dvhart@...radead.org;
> >> fengguang.wu@...el.com
> >> Cc: davem@...emloft.net; geert@...ux-m68k.org; akpm@...ux-
> >> foundation.org; kvalo@...eaurora.org; gregkh@...uxfoundation.org;
> >> mchehab@...nel.org; linux@...ck-us.net; linux-kernel@...r.kernel.org;
> >> platform-driver-x86@...r.kernel.org; jiri@...nulli.us;
> >> andriy.shevchenko@...ux.intel.com
> >> Subject: Re: [patch v1] drivers/platform/x86: select hwmon for Mellanox
> >> hotplug driver in Kconfig
> >>
> >> On 10/23/16 05:45, vadimp@...lanox.com wrote:
> >>> From: Vadim Pasternak <vadimp@...lanox.com>
> >>>
> >>> Add select HWMON for mlxcpld-hotplug driver config, since it requires
> >>> hwmon APIs.
> >>>
> >>> Signed-off-by: Vadim Pasternak <vadimp@...lanox.com>
> >>> ---
> >>> drivers/platform/x86/Kconfig | 1 +
> >>> 1 file changed, 1 insertion(+)
> >>>
> >>> diff --git a/drivers/platform/x86/Kconfig
> >>> b/drivers/platform/x86/Kconfig index 65d9b04..1853769 100644
> >>> --- a/drivers/platform/x86/Kconfig
> >>> +++ b/drivers/platform/x86/Kconfig
> >>> @@ -1032,6 +1032,7 @@ config MLX_CPLD_PLATFORM
> >>> tristate "Mellanox platform hotplug driver support"
> >>> default n
> >>> depends on MLX_PLATFORM
> >>> + select HWMON
> >>> select I2C
> >>> ---help---
> >>> This driver handles hot-plug events for the power suppliers, power
> >>>
> >>
> >> Hi,
> >> did you test this? I would expect it to cause a kconfig warning, something about
> >> HWMON having a dependency on HAS_IOMEM.
> >
> > Hi Randy,
> >
> > Yes,
> > I built tree with this fix with the attached .config file.
> > Didn't see kconfig warnings.
> > I can have a look again.
>
> No need. lib/Kconfig handles it:
>
> config HAS_IOMEM
> bool
> depends on !NO_IOMEM
> select GENERIC_IO
> default y
>
>
> thanks.
> --
> ~Randy
>
Thanks for the review all. I've merged this with the original commit, now in
next.
--
Darren Hart
Intel Open Source Technology Center
Powered by blists - more mailing lists