Re: [PATCH] platform: olpc: make ec explicitly non-modular

2016-08-16 Thread Darren Hart
On Mon, Aug 15, 2016 at 06:01:20PM -0700, Andres Salomon wrote: > Fine by me. > > Acked-by: Andres Salomon > > On Mon, 15 > Aug 2016 18:25:17 -0400 Paul Gortmaker > wrote: > > > The Kconfig entry controlling compilation of this code is: > >

Re: [PATCH] platform: olpc: make ec explicitly non-modular

2016-08-16 Thread Darren Hart
On Mon, Aug 15, 2016 at 06:01:20PM -0700, Andres Salomon wrote: > Fine by me. > > Acked-by: Andres Salomon > > On Mon, 15 > Aug 2016 18:25:17 -0400 Paul Gortmaker > wrote: > > > The Kconfig entry controlling compilation of this code is: > > > > arch/x86/Kconfig:config OLPC > >

Re: [PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Andres Salomon
Fine by me. Acked-by: Andres Salomon On Mon, 15 Aug 2016 18:25:17 -0400 Paul Gortmaker wrote: > The Kconfig entry controlling compilation of this code is: > > arch/x86/Kconfig:config OLPC > arch/x86/Kconfig: bool "One Laptop Per Child

Re: [PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Andres Salomon
Fine by me. Acked-by: Andres Salomon On Mon, 15 Aug 2016 18:25:17 -0400 Paul Gortmaker wrote: > The Kconfig entry controlling compilation of this code is: > > arch/x86/Kconfig:config OLPC > arch/x86/Kconfig: bool "One Laptop Per Child support" > > ...meaning that it currently is not

[PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: arch/x86/Kconfig:config OLPC arch/x86/Kconfig: bool "One Laptop Per Child support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when

[PATCH] platform: olpc: make ec explicitly non-modular

2016-08-15 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: arch/x86/Kconfig:config OLPC arch/x86/Kconfig: bool "One Laptop Per Child support" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when