Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Marc Dietrich
On Tuesday 23 April 2013 22:14:18 Arnd Bergmann wrote: > On Tuesday 23 April 2013, Marc Dietrich wrote: > > It builds, but I haven't tried out it yet. At least the mfd children need > > to unregister the event notifier I guess. Anyway, I have no time to test > > this now, so I prefer to force =y fo

Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Arnd Bergmann
On Tuesday 23 April 2013, Marc Dietrich wrote: > It builds, but I haven't tried out it yet. At least the mfd children need to > unregister the event notifier I guess. Anyway, I have no time to test this > now, so I prefer to force =y for the dependencies for now. Ah, so you can load it fine, but

Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Greg Kroah-Hartman
On Tue, Apr 23, 2013 at 09:55:48PM +0200, Marc Dietrich wrote: > On Tuesday 23 April 2013 21:41:03 Arnd Bergmann wrote: > > On Tuesday 23 April 2013, Marc Dietrich wrote: > > > On Tuesday 23 April 2013 18:30:46 Arnd Bergmann wrote: > > > > The serio code can be a loadable module, which in turn mean

Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Marc Dietrich
On Tuesday 23 April 2013 21:41:03 Arnd Bergmann wrote: > On Tuesday 23 April 2013, Marc Dietrich wrote: > > On Tuesday 23 April 2013 18:30:46 Arnd Bergmann wrote: > > > The serio code can be a loadable module, which in turn means that nvec > > > also has to be a module, so mark it as "tristate" in

Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Arnd Bergmann
On Tuesday 23 April 2013, Marc Dietrich wrote: > On Tuesday 23 April 2013 18:30:46 Arnd Bergmann wrote: > > The serio code can be a loadable module, which in turn means that nvec > > also has to be a module, so mark it as "tristate" in Kconfig. > > oh, I didn't saw this randconfig error posting. N

Re: [PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Marc Dietrich
Arnd, On Tuesday 23 April 2013 18:30:46 Arnd Bergmann wrote: > The serio code can be a loadable module, which in turn means that nvec > also has to be a module, so mark it as "tristate" in Kconfig. oh, I didn't saw this randconfig error posting. NVEC isn't prepared for modularized builds yet (it

[PATCH 14/21] staging: nvec: allow modular build

2013-04-23 Thread Arnd Bergmann
The serio code can be a loadable module, which in turn means that nvec also has to be a module, so mark it as "tristate" in Kconfig. drivers/built-in.o: In function `nvec_mouse_remove': drivers/staging/nvec/nvec_ps2.c:136: undefined reference to `serio_unregister_port' drivers/built-in.o: In func