Re: [PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-16 Thread Darren Hart
On Mon, Aug 15, 2016 at 06:24:59PM -0400, Paul Gortmaker wrote: > The Kconfig entry controlling compilation of this code is: > > drivers/platform/x86/Kconfig:config GPIO_INTEL_PMIC > drivers/platform/x86/Kconfig: bool "Intel PMIC GPIO support" > > ...meaning that it currently is not being

Re: [PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-16 Thread Darren Hart
On Mon, Aug 15, 2016 at 06:24:59PM -0400, Paul Gortmaker wrote: > The Kconfig entry controlling compilation of this code is: > > drivers/platform/x86/Kconfig:config GPIO_INTEL_PMIC > drivers/platform/x86/Kconfig: bool "Intel PMIC GPIO support" > > ...meaning that it currently is not being

[PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-15 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: drivers/platform/x86/Kconfig:config GPIO_INTEL_PMIC drivers/platform/x86/Kconfig: bool "Intel PMIC GPIO support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular

[PATCH] platform: intel_pmic: make gpio explicitly non-modular

2016-08-15 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: drivers/platform/x86/Kconfig:config GPIO_INTEL_PMIC drivers/platform/x86/Kconfig: bool "Intel PMIC GPIO support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular