Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-21 Thread Darren Hart
On Mon, Feb 20, 2017 at 07:55:45AM -0800, Srinivas Pandruvada wrote: > On Thu, 2017-02-16 at 19:37 -0800, Darren Hart wrote: > > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > > The Kconfig currently controlling compilation of this code is: > > > > > >

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-21 Thread Darren Hart
On Mon, Feb 20, 2017 at 07:55:45AM -0800, Srinivas Pandruvada wrote: > On Thu, 2017-02-16 at 19:37 -0800, Darren Hart wrote: > > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > > The Kconfig currently controlling compilation of this code is: > > > > > >

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-20 Thread Srinivas Pandruvada
On Thu, 2017-02-16 at 19:37 -0800, Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 > > drivers/platform/x86/Kconfig:   bool "Intel

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-20 Thread Srinivas Pandruvada
On Thu, 2017-02-16 at 19:37 -0800, Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 > > drivers/platform/x86/Kconfig:   bool "Intel

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-17 Thread Paul Gortmaker
[Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular] On 16/02/2017 (Thu 19:37) Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platfo

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-17 Thread Paul Gortmaker
[Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular] On 16/02/2017 (Thu 19:37) Darren Hart wrote: > On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > > The Kconfig currently controlling compilation of this code is: > > > > drivers/platfo

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-16 Thread Darren Hart
On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 > drivers/platform/x86/Kconfig: bool "Intel Turbo Boost Max Technology 3.0 > enumeration driver" > >

Re: [PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-16 Thread Darren Hart
On Mon, Feb 13, 2017 at 07:37:00PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 > drivers/platform/x86/Kconfig: bool "Intel Turbo Boost Max Technology 3.0 > enumeration driver" > >

[PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-13 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 drivers/platform/x86/Kconfig: bool "Intel Turbo Boost Max Technology 3.0 enumeration driver" ...meaning that it currently is not being built as a module by anyone. Lets remove

[PATCH] platform: intel_turbo_max_3: make it explicitly non-modular

2017-02-13 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/platform/x86/Kconfig:config INTEL_TURBO_MAX_3 drivers/platform/x86/Kconfig: bool "Intel Turbo Boost Max Technology 3.0 enumeration driver" ...meaning that it currently is not being built as a module by anyone. Lets remove